cpython/Doc/whatsnew
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch.
No detailed change log; just check out the change log for the py3k-pep3137
branch.  The most obvious changes:

  - str8 renamed to bytes (PyString at the C level);
  - bytes renamed to buffer (PyBytes at the C level);
  - PyString and PyUnicode are no longer compatible.

I.e. we now have an immutable bytes type and a mutable bytes type.

The behavior of PyString was modified quite a bit, to make it more
bytes-like.  Some changes are still on the to-do list.
2007-11-06 21:34:58 +00:00
..
2.0.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
2.1.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
2.2.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
2.3.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
2.4.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
2.5.rst Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
2.6.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
3.0.rst Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00