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 eryksun
Recipients eryksun, petrikas, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2015-04-18.19:36:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429385778.93.0.370355579743.issue23995@psf.upfronthosting.co.za>
In-reply-to
Content
The new CRT used by 3.5 has a separate header, corecrt_wconio.h, for declarations shared by conio.h and wchar.h. Thus the _WCONIO_DEFINED macro is no longer defined, and consequently PC/msvcrtmodule.c skips defining getwch, getwche, putwch, and ungetwch.

I guess this check was added to support DOS-based Windows 9x. NT-based Windows would always support wide-character console I/O.
History
Date User Action Args
2015-04-18 19:36:18eryksunsetrecipients: + eryksun, tim.golden, r.david.murray, zach.ware, steve.dower, petrikas
2015-04-18 19:36:18eryksunsetmessageid: <1429385778.93.0.370355579743.issue23995@psf.upfronthosting.co.za>
2015-04-18 19:36:18eryksunlinkissue23995 messages
2015-04-18 19:36:18eryksuncreate