diff options
author | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:15:11 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:15:11 (GMT) |
commit | 7a9906162b9ba3bc28636c434d9f8bc7ea415fdc (patch) | |
tree | 3fa3524b2d56f2357d2a862f697eaa1357b57e53 /Misc | |
parent | d7c778477e358f66f6645efc648873315c917d3e (diff) | |
download | cpython-7a9906162b9ba3bc28636c434d9f8bc7ea415fdc.zip cpython-7a9906162b9ba3bc28636c434d9f8bc7ea415fdc.tar.gz cpython-7a9906162b9ba3bc28636c434d9f8bc7ea415fdc.tar.bz2 |
Updated NEWS
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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? ================================= |