Roundup Tracker - Issues

Issue 995682

classification
Use of True/False breaks Python 2.1
Type: Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: richard : njs, richard
Priority: normal :

Created on 2004-07-22 04:36 by njs, last changed 2004-07-22 04:36 by njs.

Messages
msg1404 Author: [hidden] (njs) Date: 2004-07-22 04:36
It looks like back_mysql.py and back_anydbm.py both had
some uses of True and False creep in at some point
during the 0.7 series.  This, of course, crashes when
using Python 2.1.

(I guess I can't find anywhere on the website where you
actually say what version you support, never mind
whether Python 2.1 is supposed to work, but since
everything else seems to be fine...)
msg1405 Author: [hidden] (richard) Date: 2004-07-22 04:46
Logged In: YES 
user_id=6405

Bugger.

I usually run the unit tests against py2.1, but forgot to yesterday :(

Fixed in CVS
History
Date User Action Args
2004-07-22 04:36:29njscreate