commit | 0531d6fba5afea68476890db41793cd10ed33f4a | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Wed Apr 13 09:47:20 2011 +0800 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Wed Apr 13 09:47:20 2011 +0800 |
tree | a4816137cabee3d90db3598495eaddacb145beca | |
parent | ea8b6ef15f047536d4222f2b810d10756adc0dac [diff] [blame] |
update news in 2.7 for Issue #11703
diff --git a/Misc/NEWS b/Misc/NEWS index 3e83823..a3d5761 100644 --- 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'.