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 pitrou
Date 2008-08-01.17:57:57
SpamBayes Score 0.018861264
Marked as misclassified No
Message-id <1217613478.49.0.00141126667538.issue3489@psf.upfronthosting.co.za>
In-reply-to
Content
While tweaking the BufferedWriter implementation it came to me that it
would be useful to have rotate_left and rotate_right methods on
bytearray,  so as to rotate the array by a number of bytes without any
wasteful memory allocations and copies.

(or, if memoryview is one day implemented it could be a memoryview
method instead...)
History
Date User Action Args
2008-08-01 17:57:58pitrousetrecipients: + pitrou
2008-08-01 17:57:58pitrousetmessageid: <1217613478.49.0.00141126667538.issue3489@psf.upfronthosting.co.za>
2008-08-01 17:57:57pitroulinkissue3489 messages
2008-08-01 17:57:57pitroucreate