]> granicus.if.org Git - python/commit
SF patch 557704: netrc module can't handle all passwords
authorRaymond Hettinger <python@rcn.com>
Wed, 23 Apr 2003 19:06:08 +0000 (19:06 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 23 Apr 2003 19:06:08 +0000 (19:06 +0000)
commit1d877863050c791aa35cc4659f8134349480f57d
treed56799d24d2f536113a543a188e6ec17e8c9cb7d
parent6eca358695cb8bf51a5632d5aa3a585802b77732
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.
Misc/NEWS