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 xtreak
Recipients barry, r.david.murray, sshnaidm, xtreak
Date 2018-07-12.13:23:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531401838.24.0.56676864532.issue34102@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I couldn't see the print statement in Lib/email/feedparser.py with latest 2.7 branch and also `git log -p Lib/email/feedparser.py | grep print` doesn't return me anything. `pip install ansible-lint` also works fine with Python 2.7. I think this statement was added by mistake for debugging by the developer before `parts = data.splitlines(True)`. Can you please point me to the commit where the print statement was added or a test case to reproduce this?

Thanks
History
Date User Action Args
2018-07-12 13:23:58xtreaksetrecipients: + xtreak, barry, r.david.murray, sshnaidm
2018-07-12 13:23:58xtreaksetmessageid: <1531401838.24.0.56676864532.issue34102@psf.upfronthosting.co.za>
2018-07-12 13:23:58xtreaklinkissue34102 messages
2018-07-12 13:23:58xtreakcreate