Let's deprecate the buffer object.

This commit is contained in:
Guido van Rossum 2002-07-12 20:42:29 +00:00
parent 727c08659b
commit 15b727a78c
1 changed files with 3 additions and 2 deletions

View File

@ -99,8 +99,9 @@ Planned features for 2.3
- Speed up list iterations by filling tp_iter and other tweaks?
http://www.python.org/sf/560736 (This is done; also for xrange.)
- Fix the buffer object???
http://mail.python.org/pipermail/python-dev/2002-May/023896.html
- Deprecate the buffer object.
http://mail.python.org/pipermail/python-dev/2002-July/026388.html
http://mail.python.org/pipermail/python-dev/2002-July/026408.html
- Lazily tracking tuples?
http://mail.python.org/pipermail/python-dev/2002-May/023926.html