summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-04-03 22:22:42 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-04-03 22:22:42 (GMT)
commit8f76b495ece80488f95434bdc3d73cc81f55ff5b (patch)
treec990bf8f78b0087530f69facf2c5315474dba2a5 /Misc
parenta921fb0f66e082a61277e97e1326a26fa59be3f0 (diff)
downloadcpython-8f76b495ece80488f95434bdc3d73cc81f55ff5b.zip
cpython-8f76b495ece80488f95434bdc3d73cc81f55ff5b.tar.gz
cpython-8f76b495ece80488f95434bdc3d73cc81f55ff5b.tar.bz2
update NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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.