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 dw
Recipients dw
Date 2014-11-11.00:04:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415664283.16.0.555421203652.issue22842@psf.upfronthosting.co.za>
In-reply-to
Content
As a random side-note, this is another case where I really wish Python had a .pread() function. It's uniquely valuable for coordinating positioned reads in a threaded app without synchronization (at user level anyway) or extraneous system calls.
History
Date User Action Args
2014-11-11 00:04:43dwsetrecipients: + dw
2014-11-11 00:04:43dwsetmessageid: <1415664283.16.0.555421203652.issue22842@psf.upfronthosting.co.za>
2014-11-11 00:04:43dwlinkissue22842 messages
2014-11-11 00:04:42dwcreate