Issue2020

classification
Title: str.translate should delete characters in the second arg when table is none
Type: Severity: normal
Components: Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: fwierzbicki
Priority: normal Keywords:

Created on 2013-02-27.00:30:07 by fwierzbicki, last changed 2013-03-15.19:20:31 by fwierzbicki.

Messages
msg7825 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2013-02-27.00:30:06
"For string objects, set the table argument to None for translations that only delete characters"
See http://docs.python.org/2/library/stdtypes.html#str.translate

Creating this bug as part of accepting this pull request: https://bitbucket.org/jython/jython/pull-request/6/implemented-correct-behaviour-for
msg7936 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2013-03-15.19:20:31
pull request merged.
History
Date User Action Args
2013-03-15 19:20:31fwierzbickisetstatus: open -> closed
resolution: accepted -> fixed
messages: + msg7936
2013-02-27 00:30:26fwierzbickisetpriority: normal
assignee: fwierzbicki
resolution: accepted
2013-02-27 00:30:07fwierzbickicreate