commit | 1df0f214a9fdb4dde7506576b144cf6a7fd01b65 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jun 10 11:32:52 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jun 10 11:32:52 2011 -0500 |
tree | 5e2be8076884a09ef53577d9053c73d0e7570c62 | |
parent | e6eafa2ade22dc687eee78374fa93d4b9ab7a2c1 [diff] [blame] |
fix regression in netrc comment handling (closes #12009)
diff --git a/Misc/NEWS b/Misc/NEWS index ed70507..6cf2867 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -7,6 +7,11 @@ *Release date: 2011-05-XX* +Library +------- + +- Issue #12009: Fixed regression in netrc file comment handling. + Extension Modules -----------------