Skip to content

Commit

Permalink
fix module name in example
Browse files Browse the repository at this point in the history
we don't implement `keys` module, we do implement `ecdsa.keys` module
so be precise about it in NEWS file
  • Loading branch information
tomato42 committed Nov 29, 2019
1 parent 9b62c8e commit 307d60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ added.

Deprecations:
Python 2.5 is not supported any more - dead code removal.
`from keys import *` will now import only objects defined in that module.
`from ecdsa.keys import *` will now import only objects defined in that module.
Trying to decode a malformed point using `VerifyingKey.from_string`
will rise now the `MalformedPointError` exception (that inherits from
`AssertionError` but is not it).
Expand Down

0 comments on commit 307d60e

Please sign in to comment.