summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-04-15 21:27:17 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-04-15 21:27:17 (GMT)
commite723e96103493c6ee5a3125490b50dd63c1eebf9 (patch)
tree2f333a6050b22a9a8b1b14aa4b24c6c4a6cbca9b /Misc
parent6c9e5b779f4cbb16f529f0451a07eaa57caad896 (diff)
downloadcpython-e723e96103493c6ee5a3125490b50dd63c1eebf9.zip
cpython-e723e96103493c6ee5a3125490b50dd63c1eebf9.tar.gz
cpython-e723e96103493c6ee5a3125490b50dd63c1eebf9.tar.bz2
Issue #11852: Add missing imports and update tests.
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 fbb7411..01b5119 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,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.