mirror of https://github.com/python/cpython.git
Updated NEWS
This commit is contained in:
parent
d7c778477e
commit
7a9906162b
|
@ -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?
|
||||
=================================
|
||||
|
|
Loading…
Reference in New Issue