From: Benjamin Peterson Date: Fri, 3 Apr 2009 22:22:42 +0000 (+0000) Subject: update NEWS X-Git-Tag: v3.1a2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f76b495ece80488f95434bdc3d73cc81f55ff5b;p=python update NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 465c9d0abe..6618a154e1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.