]> granicus.if.org Git - python/commitdiff
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)
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

index 496ad0b563cb69febe62c362be31135a570ff9c0..5c70af8b4995218264e7dc9df4406e7cd0c1a9c5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.