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 terry.reedy
Recipients docs@python, martin.panter, serhiy.storchaka, terry.reedy
Date 2014-08-08.20:44:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407530698.16.0.171787755296.issue22155@psf.upfronthosting.co.za>
In-reply-to
Content
The latest x.y docs are available at docs.python.org/x.y, such as
https://docs.python.org/3.4/faq/gui.html

I was not aware of this undocumented method of the undocumented tkapp class.  It is not available on Windows, and the FAQ should say so. From Modules/_tkinter.c:

 /* Tcl_CreateFileHandler() changed several times; these macros deal with the  messiness.  In Tcl 8.0 and later, it is not available on Windows (and on  Unix, only because Jack added it back); when available on Windows, it only applies to sockets. */

Current _tkinter only supports 8.4+. The messiness still appears in the asyncio design.

'createfile' does not appear on the pydoc page for tkinter; directly using createfilehandle seems to be the only access.
History
Date User Action Args
2014-08-08 20:44:58terry.reedysetrecipients: + terry.reedy, docs@python, martin.panter, serhiy.storchaka
2014-08-08 20:44:58terry.reedysetmessageid: <1407530698.16.0.171787755296.issue22155@psf.upfronthosting.co.za>
2014-08-08 20:44:58terry.reedylinkissue22155 messages
2014-08-08 20:44:58terry.reedycreate