[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.55,1.56

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 19 Oct 2001 07:06:35 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv5546

Modified Files:
	pep-0042.txt 
Log Message:
Buffer interface thing got fixed.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** pep-0042.txt	2001/09/05 20:18:49	1.55
--- pep-0042.txt	2001/10/19 14:06:33	1.56
***************
*** 56,67 ****
        http://sf.net/bugs/?func=detailbug&bug_id=115555&group_id=5470
  
-     - The buffer interface could be smarter when a buffer object is
-       created that depends on another buffer object -- if the
-       original buffer object has no base, the depending object will
-       have no base either.  It could be argued that the depending
-       object should have the original object as a base.  Or not.
- 
-       http://sf.net/bugs/?func=detailbug&bug_id=116405&group_id=5470
- 
      - Non-accidental IEEE-754 support (Infs, NaNs, settable traps, etc).
        Big project.
--- 56,59 ----