diff options
author | Ezio Melotti <none@none> | 2011-04-13 04:04:18 (GMT) |
---|---|---|
committer | Ezio Melotti <none@none> | 2011-04-13 04:04:18 (GMT) |
commit | c753305180db1e24029be7cfc4d8774167876c00 (patch) | |
tree | a332efb9863dcff3cb01b574185efb7b3277743e /Misc | |
parent | 4f95a52fe24cd136da5634747d5334c86d400d2d (diff) | |
download | cpython-c753305180db1e24029be7cfc4d8774167876c00.zip cpython-c753305180db1e24029be7cfc4d8774167876c00.tar.gz cpython-c753305180db1e24029be7cfc4d8774167876c00.tar.bz2 |
#9233: Fix json to work properly even when _json is not available.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -51,9 +51,11 @@ Core and Builtins Library ------- -- Issue #11703 - urllib2.geturl() does not return correct url when the original +- Issue #9233: Fix json to work properly even when _json is not available. + +- Issue #11703: urllib2.geturl() does not return correct url when the original url contains #fragment. - + - Issue #10019: Fixed regression in json module where an indent of 0 stopped adding newlines and acted instead like 'None'. |