PEP 594: Fix a couple of typos. (#1075)
This commit is contained in:
parent
7e4e28483f
commit
b3b34a2e3a
|
@ -506,7 +506,7 @@ NNTP support is declining.
|
|||
|
||||
The ``nntplib`` tests have been the cause of additional work in the recent
|
||||
past. Python only contains client side of NNTP. The tests connect to
|
||||
external news server. The servers are sometimes unavailble, too slow, or do
|
||||
external news server. The servers are sometimes unavailable, too slow, or do
|
||||
not work correctly over IPv6. The situation causes flaky test runs on
|
||||
buildbots.
|
||||
|
||||
|
@ -535,7 +535,7 @@ quality and insecure. Users are discouraged to use them.
|
|||
|
||||
* The module is not available on Windows. Cross-platform application need
|
||||
an alternative implementation any way.
|
||||
* Only DES encryption is guarenteed to be available. DES has an extremely
|
||||
* Only DES encryption is guaranteed to be available. DES has an extremely
|
||||
limited key space of 2**56.
|
||||
* MD5, salted SHA256, salted SHA512, and Blowfish are optional extension.
|
||||
SSHA256 and SSHA512 are glibc extensions. Blowfish (bcrypt) is the only
|
||||
|
|
Loading…
Reference in New Issue