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 janssen
Recipients janssen, loewis
Date 2010-04-28.01:31:30
SpamBayes Score 0.018612467
Marked as misclassified No
Message-id <1272418292.04.0.0208509109493.issue8554@psf.upfronthosting.co.za>
In-reply-to
Content
Take a look at the first line of make_id().  What does that comment mean?  Is the wrong line commented out?

def make_id(str, add_num=True):
    #str = str.replace(".", "_") # colons are allowed
History
Date User Action Args
2010-04-28 01:31:32janssensetrecipients: + janssen, loewis
2010-04-28 01:31:32janssensetmessageid: <1272418292.04.0.0208509109493.issue8554@psf.upfronthosting.co.za>
2010-04-28 01:31:30janssenlinkissue8554 messages
2010-04-28 01:31:30janssencreate