summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-04-02 00:33:55 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-04-02 00:33:55 (GMT)
commit7fe9853596189cb250f895800edfa19147bbb0f1 (patch)
tree5907e37a8dba72265b68f0dd59f9d4368927ac90 /Misc
parent605b9d9fe8509f9da305b2ef7a7774419e47094d (diff)
downloadcpython-7fe9853596189cb250f895800edfa19147bbb0f1.zip
cpython-7fe9853596189cb250f895800edfa19147bbb0f1.tar.gz
cpython-7fe9853596189cb250f895800edfa19147bbb0f1.tar.bz2
make 'c' only accept bytes and 'C' only unicode #5499
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b02e785..8e9fbf4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.1 alpha 2?
Core and Builtins
-----------------
+- Issue #5499: The 'c' code for argument parsing functions now only accepts a
+ byte, and the 'C' code only accepts a unicode character.
+
- Issue #1665206: Remove the last eager import in _warnings.c and make it lazy.
- Fix a segfault when running test_exceptions with coverage, caused by