[Tkinter-discuss] why from _tkinter import * ? why the underscore

Bryan Oakley bryan.oakley at gmail.com
Mon Jan 1 08:33:07 EST 2018


_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.


On Sat, Dec 30, 2017 at 7:50 PM, R <rrr at onionmail.info> wrote:

>
> why    from _tkinter import *     ?
>
>
>
> why the underscore in  _tkinter ?
>
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss at python.org
> https://mail.python.org/mailman/listinfo/tkinter-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20180101/4388c6a0/attachment.html>


More information about the Tkinter-discuss mailing list