]> granicus.if.org Git - python/commitdiff
update NEWS
authorBenjamin Peterson <benjamin@python.org>
Fri, 3 Apr 2009 22:22:42 +0000 (22:22 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 3 Apr 2009 22:22:42 +0000 (22:22 +0000)
Misc/NEWS

index 465c9d0abec7d83fd21e159aff21b551859d09e0..6618a154e1c1e8c6134c7029634b30d1cc82b2a6 100644 (file)
--- 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.