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.

classification
Title: bad import in redemo.py script in v3.1
Type: behavior Stage:
Components: Demos and Tools Versions: Python 3.1
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: alan.gauld@btinternet.com, benjamin.peterson
Priority: normal Keywords:

Created on 2009-11-08 23:31 by alan.gauld@btinternet.com, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg95049 - (view) Author: Alan Gauld (alan.gauld@btinternet.com) Date: 2009-11-08 23:31
The Tkinter import in redemo.py in Tools/Scripts folder of the 3.1 
distribution uses the old spelling of Tkinter. Changing it to lower case 
fixes it. I've just noticed there is a 3.2 listed, I haven't checked 
whether it's been fixed there but its not mentioned in the change log for 
3.1.1
msg95050 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-11-09 00:43
Fixed in r76156.
History
Date User Action Args
2022-04-11 14:56:54adminsetgithub: 51538
2009-11-09 00:43:28benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg95050

resolution: fixed
2009-11-08 23:31:22alan.gauld@btinternet.comcreate