Issue511321

classification
Title: Jython complex from string
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, nlockwood
Priority: normal Keywords: patch

Created on 2002-01-31.17:55:59 by nlockwood, last changed 2002-05-26.20:43:53 by bckfnn.

Files
File name Uploaded Description Edit Remove
PyString.java nlockwood, 2002-01-31.17:56:00 new version of PyString.java (package org.python.core)
Messages
msg2223 (view) Author: Noel (Nick) Lockwood (nlockwood) Date: 2002-01-31.17:55:59
Corrections to the complex constructor from string, found in PyString.java.  Bock Finn suggested 
this place as where to submit these changes.  The changed file PyString.java is submitted.  The 
changes were tested on Storm Linux, with the Sun Java sdk, version 1.2.2.
msg2224 (view) Author: Finn Bock (bckfnn) Date: 2002-05-26.20:43:53
Logged In: YES 
user_id=4201

Added to PyString.java: 2.55
History
Date User Action Args
2002-01-31 17:55:59nlockwoodcreate