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 (3)
Priority: normal Keywords: patch

Created on 2007-07-11 15:07 by aligrudi, last changed 2008-01-06 22:29 by admin.

Files
File name Uploaded Description Edit Remove
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) Date: 2007-07-11 15:10
Thanks, fixed in rev. 56274.
History
Date User Action Args
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-07-11 15:07:48aligrudicreate