Skip to content

string module methods moved #141

@benjaminp

Description

@benjaminp

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.


Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions