[issue22155] Out of date code example for tkinter's createfilehandler

2015-05-17 Thread Martin Panter
Martin Panter added the comment: For the record, I have used this code in 2.7 in the past (though I mainly use Python 3). The Python 2 version of the changes look fine to me. -- ___ Python tracker

[issue22155] Out of date code example for tkinter's createfilehandler

2015-05-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: Martin, thanks for the nice patch. -- assignee: docs@python -> terry.reedy resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python tracker

[issue22155] Out of date code example for tkinter's createfilehandler

2015-05-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8bd9da5635fe by Terry Jan Reedy in branch '3.4': Issue #22155: News entry. https://hg.python.org/cpython/rev/8bd9da5635fe New changeset 850cbd54cc73 by Terry Jan Reedy in branch 'default': Issue #22155: News entry. https://hg.python.org/cpython/rev/

[issue22155] Out of date code example for tkinter's createfilehandler

2015-05-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset e8dd65c7fb6b by Terry Jan Reedy in branch '2.7': Issue #22155: Add File Handlers subsection with createfilehandler to Tkinter https://hg.python.org/cpython/rev/e8dd65c7fb6b New changeset 1efcb7b6ec8a by Terry Jan Reedy in branch '3.4': Issue #22155:

[issue22155] Out of date code example for tkinter's createfilehandler

2015-05-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I'm not sure that this is right place to document these functions (they are methods of undocumented class), but the patch looks correct to me. If you will commit the patch, Terry, note that tkinter should be replaced with Tkinter in 2.7. -- ___

[issue22155] Out of date code example for tkinter's createfilehandler

2015-05-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: Assuming that the details are correct, which I cannot check on Windows :-(, this looks good to me. If the tkinter doc is expanded and reorganized, that section might move but I cannot see a better place for it now. Martin, have you used that code (with Tkinter

[issue22155] Out of date code example for tkinter's createfilehandler

2015-05-17 Thread Martin Panter
Martin Panter added the comment: Here is a patch which moves the documentation from the FAQ into a new section at the bottom of the main “tkinter” reference manual page, and updates it. I also mentioned lack of Windows support. Let me know what you think! -- keywords: +patch stage: nee

[issue22155] Out of date code example for tkinter's createfilehandler

2014-08-08 Thread Martin Panter
Martin Panter added the comment: Just about the broken docs link: I was trying to find a permanent version of the docs to link to. The usual docs page links to “Old versions” , but top link there, 3.4.1, does not seem to be available. --

[issue22155] Out of date code example for tkinter's createfilehandler

2014-08-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: 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/_tk

[issue22155] Out of date code example for tkinter's createfilehandler

2014-08-06 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: -> needs patch versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue22155] Out of date code example for tkinter's createfilehandler

2014-08-06 Thread Martin Panter
Changes by Martin Panter : -- title: Out of date code example for tkinter's createfilehandle -> Out of date code example for tkinter's createfilehandler ___ Python tracker ___ _