diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-04-02 00:33:55 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-04-02 00:33:55 (GMT) |
commit | 7fe9853596189cb250f895800edfa19147bbb0f1 (patch) | |
tree | 5907e37a8dba72265b68f0dd59f9d4368927ac90 /Misc/NEWS | |
parent | 605b9d9fe8509f9da305b2ef7a7774419e47094d (diff) | |
download | cpython-7fe9853596189cb250f895800edfa19147bbb0f1.zip cpython-7fe9853596189cb250f895800edfa19147bbb0f1.tar.gz cpython-7fe9853596189cb250f895800edfa19147bbb0f1.tar.bz2 |
make 'c' only accept bytes and 'C' only unicode #5499
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |