Buffer interface thing got fixed.

This commit is contained in:
Guido van Rossum 2001-10-19 14:06:33 +00:00
parent 76bd6fdb4b
commit dd753eaa71
1 changed files with 0 additions and 8 deletions

View File

@ -55,14 +55,6 @@ Core Language / Builtins
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.