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 John Tapsell
Recipients Digitalxero, John Tapsell, ajaksu2, berker.peksag, damngamerz, dharriso, eric.araujo, isandler, pitrou, relm, rhettinger, serhiy.storchaka, sonderblade
Date 2017-04-29.20:12:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493496743.13.0.0677477424374.issue968063@psf.upfronthosting.co.za>
In-reply-to
Content
> If you need islastline() you can use a wrapper:

This doesn't work because fileinput.filename()  and fileinput.filelineno()  are going to be wrong and pointing to the next file.
History
Date User Action Args
2017-04-29 20:12:23John Tapsellsetrecipients: + John Tapsell, rhettinger, isandler, sonderblade, pitrou, ajaksu2, relm, dharriso, eric.araujo, Digitalxero, berker.peksag, serhiy.storchaka, damngamerz
2017-04-29 20:12:23John Tapsellsetmessageid: <1493496743.13.0.0677477424374.issue968063@psf.upfronthosting.co.za>
2017-04-29 20:12:23John Tapselllinkissue968063 messages
2017-04-29 20:12:23John Tapsellcreate