Re: why from _tkinter import * ? why the underscore

R <[email protected]> Mon, 01 Jan 2018 13:42:00 +0000
Newsgroups gmane.comp.python.tkinter
Message-ID <[email protected]>
Bryan Oakley:
> _tkinter is the internal name of the C-based wrapper around the tcl
> interpreter. It has a leading underscore to highlight the fact that it's a
> "private" method that is part of the tkinter package.


Ah , thanks ! I've put that into the app to clarify.

Happy New Year, everyone !