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 amaury.forgeotdarc, pitrou
Date 2008-07-31.14:20:42
SpamBayes Score 0.0044800453
Marked as misclassified No
Message-id <1217514046.95.0.948227194743.issue3476@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a sample implementation (using a fixed-size bytearray) with test.
Amaury, would you like to take a look?

I'm a bit puzzled by the shady BufferedRandom semantics: though the
tests do pass, it's hard to say why e.g. BufferedRandom.tell() was
implemented like that.
History
Date User Action Args
2008-07-31 14:20:47pitrousetrecipients: + pitrou, amaury.forgeotdarc
2008-07-31 14:20:46pitrousetmessageid: <1217514046.95.0.948227194743.issue3476@psf.upfronthosting.co.za>
2008-07-31 14:20:46pitroulinkissue3476 messages
2008-07-31 14:20:45pitroucreate