-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Labels
Description
Originally reported by: Pedro Rodrigues (Bitbucket: medecau, GitHub: medecau)
I have noticed that six does not "know" how to get maketrans() for both PY2 and PY3.
It moved as per the following documentation pages.
https://docs.python.org/2/library/string.html#string.maketrans
https://docs.python.org/3/library/stdtypes.html#bytes.maketrans
https://docs.python.org/3/library/stdtypes.html#str.maketrans
It seems that other methods moved in a similar fashion.
Sorry if this is not the best format for an issue or if it lacks information.
- Bitbucket: https://bitbucket.org/gutworth/six/issue/141
jwodder and singuliere