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 hnrqbaggio
Recipients atuining, hnrqbaggio, loewis
Date 2009-05-03.00:34:42
SpamBayes Score 3.794923e-05
Marked as misclassified No
Message-id <1241310884.8.0.0150390501587.issue1128@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I don't know how create a patch, but just change the line with 

parts = file.split(".") to parts = os.path.splitext(file)

and the problem is fixed.
History
Date User Action Args
2009-05-03 00:34:45hnrqbaggiosetrecipients: + hnrqbaggio, loewis, atuining
2009-05-03 00:34:44hnrqbaggiosetmessageid: <1241310884.8.0.0150390501587.issue1128@psf.upfronthosting.co.za>
2009-05-03 00:34:43hnrqbaggiolinkissue1128 messages
2009-05-03 00:34:42hnrqbaggiocreate