This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients loewis, pitrou, vstinner
Date 2010-06-08.15:09:56
SpamBayes Score 0.03411685
Marked as misclassified No
Message-id <1276009799.52.0.936034318773.issue8850@psf.upfronthosting.co.za>
In-reply-to
Content
I'd point out that "w#" is mostly useless too. It's supposed to return a read-write buffer, but as the doc says it also doesn't support "mutable objects", since it isn't able to properly lock/pin the buffer; therefore it probably doesn't support anything useful.
History
Date User Action Args
2010-06-08 15:09:59pitrousetrecipients: + pitrou, loewis, vstinner
2010-06-08 15:09:59pitrousetmessageid: <1276009799.52.0.936034318773.issue8850@psf.upfronthosting.co.za>
2010-06-08 15:09:56pitroulinkissue8850 messages
2010-06-08 15:09:56pitroucreate