Issue1515650

classification
Title: unicode.translate impl
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: cgroves
Priority: normal Keywords: patch

Created on 2006-07-01.21:14:52 by cgroves, last changed 2006-07-20.00:50:30 by cgroves.

Files
File name Uploaded Description Edit Remove
unicodeTranslateImpl.patch cgroves, 2006-07-01.21:14:52 patch to PyUnicode.java with the implementation of translate and the changes from gexpose.py applied
unicode.expose.translate.patch cgroves, 2006-07-01.21:15:39 changes the translate method in unicode.expose to take a PyObject instead of strings
Messages
msg2517 (view) Author: Charlie Groves (cgroves) Date: 2006-07-01.21:14:52
This patch adds unicode's implementation of translate.
 Up until now it just used PyString's impl, but they
actually do completely separate things.  

I ran across this in working on 2.3 but it looks like
it's equally applicable to 2.2
msg2518 (view) Author: Charlie Groves (cgroves) Date: 2006-07-20.00:50:30
Logged In: YES 
user_id=1174327

Added to 2.3 branch in r2848.  Still needs to be applied to
trunk.
History
Date User Action Args
2006-07-01 21:14:52cgrovescreate