Issue1783153

classification
Title: Patch: compatibility with Java 1.3 for Jython 2.2
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: david-perez, pjenvey
Priority: normal Keywords: patch

Created on 2007-08-28.09:31:33 by david-perez, last changed 2007-09-22.04:18:29 by pjenvey.

Files
File name Uploaded Description Edit Remove
PyArray.java.patch david-perez, 2007-08-28.09:31:34
PyBuiltinMethodSet.java.patch david-perez, 2007-08-28.09:40:32
Messages
msg2830 (view) Author: David Pérez (david-perez) Date: 2007-08-28.09:31:33
Executable and compilable under Java 1.3
msg2831 (view) Author: David Pérez (david-perez) Date: 2007-08-28.09:40:32
More patches....
File Added: PyBuiltinMethodSet.java.patch
msg2832 (view) Author: David Pérez (david-perez) Date: 2007-08-28.10:14:12
Run all tests successfully!
msg2833 (view) Author: Philip Jenvey (pjenvey) Date: 2007-09-22.04:18:29
jython 2.2 officially requires JDK 1.4, but since you've gone ahead and made this patch, and they're pretty simple, I've applied them in r3496

though your patch files were invalid, I had to apply them by hand =[

if you're really interested in JDK 1.3 support, you might want to keep an eye on the commits to the 2.2 maintenance branch. As stuff is being merged over from trunk for the 2.2.1 release, it's possible they may contain more JDK 1.4/5isms
History
Date User Action Args
2007-08-28 09:31:33david-perezcreate