Files
cpython/Objects
Brett Cannon de3b052216 Buffer objects would return the read or write buffer for a wrapped object when
the char buffer was requested.  Now it actually returns the char buffer if
available or raises a TypeError if it isn't (as is raised for the other buffer
types if they are not present but requested).

Not a backport candidate since it does change semantics of the buffer object
(although it could be argued this is enough of a bug to bother backporting).
2006-06-08 17:00:45 +00:00
..
2006-06-06 18:08:16 +00:00
2006-06-08 10:56:24 +00:00
2006-06-08 10:56:24 +00:00
2006-05-23 18:32:11 +00:00