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 zearin
Recipients zearin
Date 2012-06-22.14:02:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340373748.03.0.660378076445.issue15137@psf.upfronthosting.co.za>
In-reply-to
Content
Cleaned up the source of the Standard Library’s `cmd` module.  

Attempted to focus on readability by changing things like using booleans instead of 0/1, newer syntax for string formatting, lining up variable declarations (judgement call), and adding comments between groups of methods.

Used ace45d23628a to start my work.
History
Date User Action Args
2012-06-22 14:02:28zearinsetrecipients: + zearin
2012-06-22 14:02:28zearinsetmessageid: <1340373748.03.0.660378076445.issue15137@psf.upfronthosting.co.za>
2012-06-22 14:02:27zearinlinkissue15137 messages
2012-06-22 14:02:26zearincreate