Message215626
Well, that seems complicated: you can't overwrite a io.FileIO().name attribute, and doing so would be nonsensical for tarfile, which would try to perform IO operations on a random file descriptor... Also, I can't think of any case where a .name attribute could actually be bytes (I was just mirroring the code in msg214670).
Here's a patch that tries all combinations of encoding for writing, but I can't see a way to enforce manually the name attribute being an int, even for this test purposes. |
|
Date |
User |
Action |
Args |
2014-04-05 20:26:05 | antoine.pietri | set | recipients:
+ antoine.pietri, lars.gustaebel, eric.araujo, r.david.murray, martin.panter, serhiy.storchaka, eryksun |
2014-04-05 20:26:05 | antoine.pietri | set | messageid: <1396729565.3.0.037487586771.issue21044@psf.upfronthosting.co.za> |
2014-04-05 20:26:05 | antoine.pietri | link | issue21044 messages |
2014-04-05 20:26:05 | antoine.pietri | create | |
|