Donate Share

Pydev for Eclipse

Tracker: Bugs

5 [PATCH] Fix _completer.py for Jython 2.5 - ID: 2814985
Last Update: Settings changed ( fabioz )

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.


Leonardo Soto ( leosoto ) - 2009-07-01 05:19

5

Closed

Fixed

Fabio Zadrozny

code completion

None

Public


Comment ( 1 )

Date: 2009-07-02 23:22
Sender: fabiozProject AdminAccepting Donations

Applied patch for 1.4.7 (svn: 2837)


Attached File ( 1 )

Filename Description Download
completer_jython.patch Fix check for True/False on Jython2.5 Download

Changes ( 4 )

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