[Python-checkins] r63679 - python/trunk/Misc/NEWS

christian.heimes python-checkins at python.org
Mon May 26 15:15:12 CEST 2008


Author: christian.heimes
Date: Mon May 26 15:15:11 2008
New Revision: 63679

Log:
Updated NEWS

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Mon May 26 15:15:11 2008
@@ -233,6 +233,15 @@
 
 - ``Lib/lib-old`` is now added to sys.path.
 
+C API
+-----
+
+- The PyBytes functions have been renamed to PyByteArray
+
+- The PyString functions have been renamed to PyBytes. A batch of
+  defines were added so that the linker still sees the original
+  PyString names.
+
 
 What's New in Python 2.6 alpha 3?
 =================================


More information about the Python-checkins mailing list