- Get rid of streamsize attribute as well as redundant next method
on BlobFile. - Implement __del__ on BlobFile, which attempts to close the filehandle. - Use a weak reference to the blobfile in the BlobDataManager so as to not keep the blobfile alive for longer than necessary (mainly to support the idiom of opening a blobfile without assigning it to a name). It is no longer necessary to explicitly close a blobfile. - Raise IOError if an invalid mode is passed in to Blob.open. - Add some comments about why things are the way they are.
Showing
Please register or sign in to comment