summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-01-22 10:11:36 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-01-22 10:11:36 (GMT)
commit81fabdb437eea29e2616de58e6952b7ef2e5542f (patch)
tree04f58fb00eea5a33fcb101e1892c14ef13c1c9af /Misc
parentdd01f8f37b98af090098495200107dfaf92a3162 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b92048c..2d18011 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.