diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-04-03 22:22:42 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-04-03 22:22:42 (GMT) |
commit | 8f76b495ece80488f95434bdc3d73cc81f55ff5b (patch) | |
tree | c990bf8f78b0087530f69facf2c5315474dba2a5 /Misc | |
parent | a921fb0f66e082a61277e97e1326a26fa59be3f0 (diff) | |
download | cpython-8f76b495ece80488f95434bdc3d73cc81f55ff5b.zip cpython-8f76b495ece80488f95434bdc3d73cc81f55ff5b.tar.gz cpython-8f76b495ece80488f95434bdc3d73cc81f55ff5b.tar.bz2 |
update NEWS
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 2? Core and Builtins ----------------- +- Issue #5666: Py_BuildValue's 'c' code should create byte strings. + - Issue #5499: The 'c' code for argument parsing functions now only accepts a byte, and the 'C' code only accepts a unicode character. |