commit | 81fabdb437eea29e2616de58e6952b7ef2e5542f | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 22 10:11:36 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 22 10:11:36 2009 +0000 |
tree | 04f58fb00eea5a33fcb101e1892c14ef13c1c9af | |
parent | dd01f8f37b98af090098495200107dfaf92a3162 [diff] [blame] |
Issue #4874: Most builtin decoders now reject unicode input.
diff --git a/Misc/NEWS b/Misc/NEWS index b92048c..2d18011 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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.