From 8f76b495ece80488f95434bdc3d73cc81f55ff5b Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 3 Apr 2009 22:22:42 +0000 Subject: update NEWS --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 465c9d0..6618a15 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. -- cgit v0.12