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 christian.heimes
Recipients amaury.forgeotdarc, christian.heimes, gvanrossum, loewis, vbr
Date 2008-01-03.18:19:43
SpamBayes Score 0.2647751
Marked as misclassified No
Message-id <1199384384.26.0.969552508128.issue1688@psf.upfronthosting.co.za>
In-reply-to
Content
Windows needs its own PyOS_StdioReadline() function in order to support
wide chars. We can either use the low level functions _putwch() and
_getwche(). Or we could probably use the more higher functions
_cwprintf_s() (secure console wide char print format, oh I love MS'
naming schema) and _cgetws_s().
History
Date User Action Args
2008-01-03 18:19:44christian.heimessetspambayes_score: 0.264775 -> 0.2647751
recipients: + christian.heimes, gvanrossum, loewis, amaury.forgeotdarc, vbr
2008-01-03 18:19:44christian.heimessetspambayes_score: 0.264775 -> 0.264775
messageid: <1199384384.26.0.969552508128.issue1688@psf.upfronthosting.co.za>
2008-01-03 18:19:44christian.heimeslinkissue1688 messages
2008-01-03 18:19:43christian.heimescreate