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 loewis
Recipients amaury.forgeotdarc, christian.heimes, gvanrossum, loewis, vbr
Date 2008-01-03.19:18:31
SpamBayes Score 0.012323216
Marked as misclassified No
Message-id <1199387911.7.0.20713891548.issue1688@psf.upfronthosting.co.za>
In-reply-to
Content
If possible, I would like to see the C library phased out of Python on
Windows, for file I/O. In this case, it would mean that ReadConsoleW is
used directly for character input. Notice that _cgetws does not take a
file handle as a parameter, but implicitly uses _coninpfh.

As a consequence, PyOS_StdioReadline probably should change its
parameter from FILE* to "file handle", and consequently rename it to,
say, PyOS_Readline.
History
Date User Action Args
2008-01-03 19:18:31loewissetspambayes_score: 0.0123232 -> 0.012323216
recipients: + loewis, gvanrossum, amaury.forgeotdarc, christian.heimes, vbr
2008-01-03 19:18:31loewissetspambayes_score: 0.0123232 -> 0.0123232
messageid: <1199387911.7.0.20713891548.issue1688@psf.upfronthosting.co.za>
2008-01-03 19:18:31loewislinkissue1688 messages
2008-01-03 19:18:31loewiscreate