diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-06-10 16:32:52 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-06-10 16:32:52 (GMT) |
commit | 1df0f214a9fdb4dde7506576b144cf6a7fd01b65 (patch) | |
tree | 5e2be8076884a09ef53577d9053c73d0e7570c62 /Misc | |
parent | e6eafa2ade22dc687eee78374fa93d4b9ab7a2c1 (diff) | |
download | cpython-1df0f214a9fdb4dde7506576b144cf6a7fd01b65.zip cpython-1df0f214a9fdb4dde7506576b144cf6a7fd01b65.tar.gz cpython-1df0f214a9fdb4dde7506576b144cf6a7fd01b65.tar.bz2 |
fix regression in netrc comment handling (closes #12009)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -564,6 +564,7 @@ Paul Moore Derek Morr James A Morrison Mher Movsisyan +Ruslan Mstoi Sjoerd Mullender Sape Mullender Michael Muller @@ -7,6 +7,11 @@ What's New in Python 3.1.4? *Release date: 2011-05-XX* +Library +------- + +- Issue #12009: Fixed regression in netrc file comment handling. + Extension Modules ----------------- |