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 mark
Recipients mark
Date 2008-05-19.11:49:42
SpamBayes Score 0.052745424
Marked as misclassified No
Message-id <1211197785.96.0.212094869578.issue2913@psf.upfronthosting.co.za>
In-reply-to
Content
In Py30a5 idlelib/EditorWindow.py line 292 uses xrange() when it should
use range().
History
Date User Action Args
2008-05-19 11:49:47marksetspambayes_score: 0.0527454 -> 0.052745424
recipients: + mark
2008-05-19 11:49:46marksetspambayes_score: 0.0527454 -> 0.0527454
messageid: <1211197785.96.0.212094869578.issue2913@psf.upfronthosting.co.za>
2008-05-19 11:49:44marklinkissue2913 messages
2008-05-19 11:49:43markcreate