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 benjamin.peterson
Recipients amaury.forgeotdarc, bdettmer, benjamin.peterson, jesstess, palm.kevin, roxane
Date 2014-06-07.23:07:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402182454.45.0.713887648972.issue11709@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately, the test doesn't fail without the fix in, probably because the pager() function replaces itself in the module and thus can only be called once. It might make more sense to just directly test the getpager function with sys.stdin = None.
History
Date User Action Args
2014-06-07 23:07:34benjamin.petersonsetrecipients: + benjamin.peterson, amaury.forgeotdarc, jesstess, palm.kevin, bdettmer, roxane
2014-06-07 23:07:34benjamin.petersonsetmessageid: <1402182454.45.0.713887648972.issue11709@psf.upfronthosting.co.za>
2014-06-07 23:07:34benjamin.petersonlinkissue11709 messages
2014-06-07 23:07:34benjamin.petersoncreate