diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-01-22 10:11:36 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-01-22 10:11:36 (GMT) |
commit | 81fabdb437eea29e2616de58e6952b7ef2e5542f (patch) | |
tree | 04f58fb00eea5a33fcb101e1892c14ef13c1c9af /Misc | |
parent | dd01f8f37b98af090098495200107dfaf92a3162 (diff) | |
download | cpython-81fabdb437eea29e2616de58e6952b7ef2e5542f.zip cpython-81fabdb437eea29e2616de58e6952b7ef2e5542f.tar.gz cpython-81fabdb437eea29e2616de58e6952b7ef2e5542f.tar.bz2 |
Issue #4874: Most builtin decoders now reject unicode input.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 3.1 alpha 0 Core and Builtins ----------------- +- Issue #4874: Most builtin decoders now reject unicode input. + - Issue #4842: Don't allow trailing 'L' when constructing an integer from a string. |