Carol Willing added the comment:

Although the documentation for Python 3 and Python 2 is correct as Martin 
shared, adding a note about capitalization in the Python 3 docs would be 
helpful for beginners for two reasons: 1) the name of the Tkinter project does 
start with a capital 'T' and 2) the python module name changed from Python 2 to 
3.

Adding a note that the spelling of the module changed in version 3 to 'tkinter' 
from version 2's 'Tkinter' would be helpful for new users (especially since 
Tkinter is often used in educational applications).

I have updated the issue title, issue type, stage, and keywords to reflect that 
this issue is not a documentation error but a helpful, user friendly 
documentation enhancement.

----------
keywords: +easy
nosy: +willingc
stage:  -> needs patch
title: Documentation-Tkinter wrong statement -> Documentation-Tkinter Clarify 
module spelling change in Python 3 docs
type: compile error -> enhancement
versions: +Python 3.5, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25175>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to