[Python-checkins] cpython (2.7): update news in 2.7 for Issue #11703
senthil.kumaran
python-checkins at python.org
Wed Apr 13 03:47:53 CEST 2011
http://hg.python.org/cpython/rev/502bb809b03b
changeset: 69309:502bb809b03b
branch: 2.7
parent: 69293:8264f68e8251
user: Senthil Kumaran <orsenthil at gmail.com>
date: Wed Apr 13 09:47:20 2011 +0800
summary:
update news in 2.7 for Issue #11703
files:
Misc/NEWS | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,9 @@
Library
-------
+- Issue #11703 - urllib2.geturl() does not return correct url when the original
+ url contains #fragment.
+
- Issue #10019: Fixed regression in json module where an indent of 0 stopped
adding newlines and acted instead like 'None'.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list