]> granicus.if.org Git - python/commitdiff
Updated NEWS
authorChristian Heimes <christian@cheimes.de>
Mon, 26 May 2008 13:15:11 +0000 (13:15 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 26 May 2008 13:15:11 +0000 (13:15 +0000)
Misc/NEWS

index cae7dcfbda2968ab7139def96b1d6a0b990d7c8d..3b5c2406c8fcc227ca942267972370923e206c4d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -233,6 +233,15 @@ Build
 
 - ``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?
 =================================