diff options
author | Raymond Hettinger <python@rcn.com> | 2003-04-23 19:06:08 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-04-23 19:06:08 (GMT) |
commit | 1d877863050c791aa35cc4659f8134349480f57d (patch) | |
tree | d56799d24d2f536113a543a188e6ec17e8c9cb7d /Misc/NEWS | |
parent | 6eca358695cb8bf51a5632d5aa3a585802b77732 (diff) | |
download | cpython-1d877863050c791aa35cc4659f8134349480f57d.zip cpython-1d877863050c791aa35cc4659f8134349480f57d.tar.gz cpython-1d877863050c791aa35cc4659f8134349480f57d.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -127,6 +127,8 @@ Extension modules Library ------- +- netrc now allows Ascii punctuation characters in passwords. + - shelve now supports the optional writeback argument, and exposes pickle protocol versions. |