commit | 8f76b495ece80488f95434bdc3d73cc81f55ff5b | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Apr 03 22:22:42 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Apr 03 22:22:42 2009 +0000 |
tree | c990bf8f78b0087530f69facf2c5315474dba2a5 | |
parent | a921fb0f66e082a61277e97e1326a26fa59be3f0 [diff] [blame] |
update NEWS
diff --git a/Misc/NEWS b/Misc/NEWS index 465c9d0..6618a15 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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.