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 vinay.sajip
Recipients eric.araujo, eric.smith, niemeyer, robodan, vinay.sajip
Date 2012-02-21.17:37:03
SpamBayes Score 0.042769555
Marked as misclassified No
Message-id <1329845824.5.0.0907295943952.issue1521950@psf.upfronthosting.co.za>
In-reply-to
Content
Plus I also changed a few instances of the anachronism

a = a + b

to

a += b
History
Date User Action Args
2012-02-21 17:37:04vinay.sajipsetrecipients: + vinay.sajip, niemeyer, eric.smith, robodan, eric.araujo
2012-02-21 17:37:04vinay.sajipsetmessageid: <1329845824.5.0.0907295943952.issue1521950@psf.upfronthosting.co.za>
2012-02-21 17:37:03vinay.sajiplinkissue1521950 messages
2012-02-21 17:37:03vinay.sajipcreate