Message85904
This is (kind of) intentional. string.maketrans operates on bytes, not
string objects. However, this is quite confusing, so I added
bytes.maketrans() now in py3k, and deprecated string.maketrans(). (r71521) |
|
| Date |
User |
Action |
Args |
| 2009-04-12 15:52:03 | georg.brandl | set | recipients:
+ georg.brandl, benjamin.peterson, ezio.melotti, MechPaul |
| 2009-04-12 15:52:03 | georg.brandl | set | messageid: <[email protected]> |
| 2009-04-12 15:52:02 | georg.brandl | link | issue5675 messages |
| 2009-04-12 15:52:01 | georg.brandl | create | |
|