Wish about dependent buffer objects.

This commit is contained in:
Guido van Rossum 2000-10-12 16:17:36 +00:00
parent de48a05ae1
commit 7a6f7d6eee
1 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,14 @@ Core Language / Builtins
http://sourceforge.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://sourceforge.net/bugs/?func=detailbug&bug_id=116405&group_id=5470
Standard Library
- The test suite is incomplete (and probably always will be).