[Python-checkins] python/nondist/peps pep-0283.txt,1.11,1.12
gvanrossum@users.sourceforge.net
gvanrossum@users.sourceforge.net
Fri, 12 Jul 2002 13:42:31 -0700
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv7944
Modified Files:
pep-0283.txt
Log Message:
Let's deprecate the buffer object.
Index: pep-0283.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0283.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pep-0283.txt 12 Jul 2002 19:51:55 -0000 1.11
--- pep-0283.txt 12 Jul 2002 20:42:29 -0000 1.12
***************
*** 100,105 ****
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
- Lazily tracking tuples?
--- 100,106 ----
http://www.python.org/sf/560736 (This is done; also for xrange.)
! - 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?