[issue19029] tix.py uses StringType

Serhiy Storchaka report at bugs.python.org
Sun Sep 15 22:59:44 CEST 2013


New submission from Serhiy Storchaka:

Lib/tkinter/tix.py uses the StringType name which is not defined. This is a remnant from 2.x where the StringType type was imported from the types module. In 3.x it gone and was replaced by str in Lib/tkinter/__init__.py.

The proposed patch fixes it also in tix.py.

----------
components: Tkinter
files: tix_StringType.patch
keywords: easy, patch
messages: 197834
nosy: gpolo, serhiy.storchaka, terry.reedy
priority: normal
severity: normal
stage: patch review
status: open
title: tix.py uses StringType
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file31784/tix_StringType.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19029>
_______________________________________


More information about the Python-bugs-list mailing list