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: Typo in Lib/lib-tk/ScrolledText.py
Type: Stage:
Components: Tkinter Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: loewis Nosy List: aligrudi, georg.brandl, loewis
Priority: normal Keywords: patch

Created on 2007-07-11 15:07 by aligrudi, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
scrolledtext_type.patch aligrudi, 2007-07-11 15:07 The patch to fix a typo in lib-tk/ScrolledText.py
Messages (2)
msg52835 - (view) Author: Ali Gholami Rudi (aligrudi) Date: 2007-07-11 15:07
It should be ``isinstance()``.  A patch is attached.
msg52836 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-07-11 15:10
Thanks, fixed in rev. 56274.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45172
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-07-11 15:07:48aligrudicreate