homepage

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 techtonik
Recipients techtonik
Date 2011年03月23日.00:20:45
SpamBayes Score 0.0005611366
Marked as misclassified No
Message-id <1300839645.82.0.653929076098.issue11646@psf.upfronthosting.co.za>
In-reply-to
Content
msvcrt function calls need to be renamed to unicode equivalents, because now they return bytes, which doesn't support string methods used to process the output (e.g. lower()).
http://docs.python.org/py3k/library/msvcrt.html
msvcrt.getch() -> msvcrt.getwch()
msvcrt.getche() -> msvcrt.getwche()
msvcrt.putch() -> msvcrt.putwch()
msvcrt.ungetch() -> msvcrt.ungetwch()
History
Date User Action Args
2011年03月23日 00:20:45techtoniksetrecipients: + techtonik
2011年03月23日 00:20:45techtoniksetmessageid: <1300839645.82.0.653929076098.issue11646@psf.upfronthosting.co.za>
2011年03月23日 00:20:45techtoniklinkissue11646 messages
2011年03月23日 00:20:45techtonikcreate

AltStyle によって変換されたページ (->オリジナル) /