[issue4605] 3.0 documentation mentions using maketrans from within the string module.

2008-12-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks for the report! Fixed in r67724. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue4605] 3.0 documentation mentions using maketrans from within the string module.

2008-12-08 Thread chris
New submission from chris <[EMAIL PROTECTED]>: http://docs.python.org/3.0/library/stdtypes.html#str.translate mentions the following: "You can use the maketrans() helper function in the string module to create a translation table." But maketrans is now a string method not just a function of the