diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-04-15 21:27:17 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-04-15 21:27:17 (GMT) |
commit | e723e96103493c6ee5a3125490b50dd63c1eebf9 (patch) | |
tree | 2f333a6050b22a9a8b1b14aa4b24c6c4a6cbca9b /Misc | |
parent | 6c9e5b779f4cbb16f529f0451a07eaa57caad896 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |