Issue500267

classification
Title: add missing attributes to string.py
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, bzimmer
Priority: normal Keywords: patch

Created on 2002-01-07.05:44:01 by bzimmer, last changed 2002-01-07.12:00:21 by bckfnn.

Files
File name Uploaded Description Edit Remove
string.diff bzimmer, 2002-01-07.05:44:03 diff to add missing attributes to string.py
Messages
msg2194 (view) Author: Brian Zimmer (bzimmer) Date: 2002-01-07.05:44:01
The import of cmd.py from CPython 2.2 fails because 
the attributes 'ascii_*' are missing from string.py in 
the Jython Lib.
msg2195 (view) Author: Finn Bock (bckfnn) Date: 2002-01-07.12:00:21
Logged In: YES 
user_id=4201

Fixed in string.py: 1.9;
History
Date User Action Args
2002-01-07 05:44:01bzimmercreate