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 rmstoi
Recipients eric.araujo, r.david.murray, rmstoi
Date 2011-05-17.14:38:09
SpamBayes Score 1.4061116e-05
Marked as misclassified No
Message-id <1305643091.11.0.0359473489738.issue12009@psf.upfronthosting.co.za>
In-reply-to
Content
OK, finally got some time to make a patch. The fix is to seek the beginning of the comment before calling readline. That way the next line won't be deleted.

Also, provided a test case for this issue in the patch.
History
Date User Action Args
2011-05-17 14:38:11rmstoisetrecipients: + rmstoi, eric.araujo, r.david.murray
2011-05-17 14:38:11rmstoisetmessageid: <1305643091.11.0.0359473489738.issue12009@psf.upfronthosting.co.za>
2011-05-17 14:38:10rmstoilinkissue12009 messages
2011-05-17 14:38:10rmstoicreate