This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients eric.araujo, gotcha, swamiyeswanth, tarek
Date 2011-02-20.13:03:48
SpamBayes Score 7.329244e-05
Marked as misclassified No
Message-id <1298207029.18.0.402704852703.issue11060@psf.upfronthosting.co.za>
In-reply-to
Content
Not bad!  You need to test the script, at least manually, if possible with unit tests.  This typo slipped in:

+		    self.data.get['version']=suggested_version
Remove “.get” (also add spaces around operators).
History
Date User Action Args
2011-02-20 13:03:49eric.araujosetrecipients: + eric.araujo, tarek, swamiyeswanth, gotcha
2011-02-20 13:03:49eric.araujosetmessageid: <1298207029.18.0.402704852703.issue11060@psf.upfronthosting.co.za>
2011-02-20 13:03:48eric.araujolinkissue11060 messages
2011-02-20 13:03:48eric.araujocreate