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 brian.curtin
Recipients amaury.forgeotdarc, brian.curtin, georg.brandl
Date 2009-12-30.21:14:45
SpamBayes Score 1.782889e-05
Marked as misclassified No
Message-id <1262207689.78.0.104539826211.issue7579@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch for py3k. It uses the same contents as before but with
changes to the str/bytes wording on getch_doc, putch_doc, and
ungetch_doc. Includes updates to the msvcrt.rst file. Let me know if the
wording seems correct (or if I left anything out).

I went ahead and added docstrings to the debug-only functions as a bonus.
History
Date User Action Args
2009-12-30 21:14:49brian.curtinsetrecipients: + brian.curtin, georg.brandl, amaury.forgeotdarc
2009-12-30 21:14:49brian.curtinsetmessageid: <1262207689.78.0.104539826211.issue7579@psf.upfronthosting.co.za>
2009-12-30 21:14:48brian.curtinlinkissue7579 messages
2009-12-30 21:14:47brian.curtincreate