Message70579
| 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:58 | pitrou | set | recipients: + pitrou |
| 2008-08-01 17:57:58 | pitrou | set | messageid: <1217613478.49.0.00141126667538.issue3489@psf.upfronthosting.co.za> |
| 2008-08-01 17:57:57 | pitrou | link | issue3489 messages |
| 2008-08-01 17:57:57 | pitrou | create | |