Issue #11852: Merge fix from 3.2.

This commit is contained in:
Vinay Sajip 2011-04-15 22:29:15 +01:00
commit cd5a2bd48e
3 changed files with 20 additions and 0 deletions

View file

@ -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.