[ python-Feature Requests-1592899 ] "".translate() docs should mention string.maketrans()
SourceForge.net
noreply at sourceforge.net
Mon Dec 4 10:20:44 CET 2006
Feature Requests item #1592899, was opened at 2006-11-08 21:23
Message generated for change (Comment added) made by effbot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1592899&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.6
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ori Avtalion (salty-horse)
Assigned to: Raymond Hettinger (rhettinger)
Summary: "".translate() docs should mention string.maketrans()
Initial Comment:
The translate() documentation at
http://docs.python.org/lib/string-methods.html#l2h-268
should mention the string.maketrans helper function.
maketrans also mentions "regex.compile" - that should
probably be "re.compile" (although it's less readable).
re.compile should mention maketrans as well.
----------------------------------------------------------------------
>Comment By: Fredrik Lundh (effbot)
Date: 2006-12-04 10:20
Message:
Logged In: YES
user_id=38376
Originator: NO
"re.compile should mention maketrans as well"
why?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1592899&group_id=5470
More information about the Python-bugs-list
mailing list