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 belopolsky
Recipients astrand, belopolsky, eric.araujo, mark.dickinson
Date 2010-07-19.22:55:36
SpamBayes Score 0.0004287947
Marked as misclassified No
Message-id <1279580138.06.0.676716095737.issue9308@psf.upfronthosting.co.za>
In-reply-to
Content
Tracker eating python prompt prefixed lines is truly annoying.  Here are the missing lines:

>>> len(shlex(posix=True).wordchars) - len(shlex().wordchars)
62
>>> len([chr(i) for i in range(128, 256) if chr(i).isalnum()])
71
History
Date User Action Args
2010-07-19 22:55:38belopolskysetrecipients: + belopolsky, astrand, mark.dickinson, eric.araujo
2010-07-19 22:55:38belopolskysetmessageid: <1279580138.06.0.676716095737.issue9308@psf.upfronthosting.co.za>
2010-07-19 22:55:36belopolskylinkissue9308 messages
2010-07-19 22:55:36belopolskycreate