From: Christian Heimes Date: Mon, 26 May 2008 13:15:11 +0000 (+0000) Subject: Updated NEWS X-Git-Tag: v2.6b1~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a9906162b9ba3bc28636c434d9f8bc7ea415fdc;p=python Updated NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index cae7dcfbda..3b5c2406c8 100644 --- 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? =================================