summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2011-04-13 01:21:42 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2011-04-13 01:21:42 (GMT)
commit6dc605735d26230e3c5ebf79db8637bb041e9ee0 (patch)
tree1847bd1af59b057b8ce12429c103e10a9601967f /Misc
parent62f8bcb0a46fc0d8747ba2ab7e8d7311d73f82f7 (diff)
parent60f02a650ed85a9985aba10a019df0a1f83d3554 (diff)
downloadcpython-6dc605735d26230e3c5ebf79db8637bb041e9ee0.zip
cpython-6dc605735d26230e3c5ebf79db8637bb041e9ee0.tar.gz
cpython-6dc605735d26230e3c5ebf79db8637bb041e9ee0.tar.bz2
merge from 3.1
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bacd1b7..300e46d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,9 @@ Core and Builtins
Library
-------
+- Issue #11703 - urllib2.geturl() does not return correct url when the original
+ url contains #fragment.
+
- Issue #5162: Treat services like frozen executables to allow child spawning
from multiprocessing.forking on Windows.