summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-04-15 21:29:15 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-04-15 21:29:15 (GMT)
commitcd5a2bd48ef2c8fa07a2d47833f5b51c8468aab6 (patch)
treee446164d6f1f4475ba65ba0aac3ddc3536e00b71 /Misc
parentb5a40d4d3f5f472fc19ff84e745f150a21391d09 (diff)
parente723e96103493c6ee5a3125490b50dd63c1eebf9 (diff)
downloadcpython-cd5a2bd48ef2c8fa07a2d47833f5b51c8468aab6.zip
cpython-cd5a2bd48ef2c8fa07a2d47833f5b51c8468aab6.tar.gz
cpython-cd5a2bd48ef2c8fa07a2d47833f5b51c8468aab6.tar.bz2
Issue #11852: Merge fix from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6d07bde..8f7d5bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -110,6 +110,8 @@ Core and Builtins
Library
-------
+- Issue #11852: Add missing imports and update tests.
+
- Issue #11467: Fix urlparse behavior when handling urls which contains scheme
specific part only digits. Patch by Santoso Wijaya.