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 arigo
Recipients arigo
Date 2016-07-17.08:43:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468745012.08.0.321893951317.issue27540@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 2.7, PC/msvcrtmodule.c, the function msvcrt_ungetwch() calls _ungetch() instead of _ungetwch() as was probably intended.
History
Date User Action Args
2016-07-17 08:43:32arigosetrecipients: + arigo
2016-07-17 08:43:32arigosetmessageid: <1468745012.08.0.321893951317.issue27540@psf.upfronthosting.co.za>
2016-07-17 08:43:31arigolinkissue27540 messages
2016-07-17 08:43:31arigocreate