mirror of https://github.com/python/cpython
SF patch 557704: netrc module can't handle all passwords
Revised netrc.py to include the additional ascii punctuation characters. Omitted the other logic changes. See Lib/netrc.py 1.17. Since this is more of a feature request than a bug, including in Py2.3 but not recommending for backporting.
This commit is contained in:
parent
6eca358695
commit
1d87786305
|
@ -127,6 +127,8 @@ Extension modules
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- netrc now allows Ascii punctuation characters in passwords.
|
||||||
|
|
||||||
- shelve now supports the optional writeback argument, and exposes
|
- shelve now supports the optional writeback argument, and exposes
|
||||||
pickle protocol versions.
|
pickle protocol versions.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue