The current _completer.py messes up True/False builtins, by assuming that
Jython doesn't define True/False (which was true until 2.5).
Problems with this are very rare, but also very hard to debug when they
appear (I got one when running a console with Django/Jython).
The fix separates the check for Jython and the check for existence of
True/False.
Fabio Zadrozny
code completion
None
Public
|
Date: 2009-07-02 23:22 Applied patch for 1.4.7 (svn: 2837) |
| Filename | Description | Download |
|---|---|---|
| completer_jython.patch | Fix check for True/False on Jython2.5 | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2009-07-02 23:22 | fabioz |
| resolution_id | None | 2009-07-02 23:22 | fabioz |
| close_date | - | 2009-07-02 23:22 | fabioz |
| File Added | 333020: completer_jython.patch | 2009-07-01 05:19 | leosoto |