]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport akuchling's checkin of
authorMichael W. Hudson <mwh@python.net>
Mon, 25 Mar 2002 13:22:14 +0000 (13:22 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 25 Mar 2002 13:22:14 +0000 (13:22 +0000)
commit1635ea193a27c111f02493c5a5ff03c835a32653
tree621061338fcffdbdef8c013c02df448d1933f8e4
parente99c99389c582b08a648d7f17823b2cce74e8842
backport akuchling's checkin of
    revision 1.14 of netrc.py

[Bug #532115]  netrc module was broken
   * 'macdef' (macro definition) wasn't parsed correctly
   * account value not reset for a subsequent 'default' line
   * typo: 'whitepace' -> 'whitespace'

Bugfix candidate.
Lib/netrc.py