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 jjdmol2
Recipients jjdmol2
Date 2009-10-09.08:25:19
SpamBayes Score 0.0011245707
Marked as misclassified No
Message-id <1255076721.06.0.498140253713.issue7089@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch which fixes this for me. It basically does a
fall-through using '\n' when encountering a comment. So that may be a
bit of a hack (who says '\n' is the only newline char in there, and not
'\r'?) but I'll leave the more intricate stuff to you experts.
History
Date User Action Args
2009-10-09 08:25:21jjdmol2setrecipients: + jjdmol2
2009-10-09 08:25:21jjdmol2setmessageid: <1255076721.06.0.498140253713.issue7089@psf.upfronthosting.co.za>
2009-10-09 08:25:20jjdmol2linkissue7089 messages
2009-10-09 08:25:19jjdmol2create