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: Tkinter.Entry: fix for xview and some doc clarifications
Type: Stage:
Components: Tkinter Versions: Python 3.1, Python 2.7
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: gpolo
Priority: normal Keywords: patch

Created on 2009-06-02 21:21 by gpolo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Entry_fixes.diff gpolo, 2009-06-02 21:21
Messages (2)
msg88765 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-06-02 21:21
The xview method in Tkinter.Entry doesn't indicate that index may be
None, which is used to query the Entry xview. I also considered that the
 docstrings in the selection_range and selection_present methods needed
some clarifications, so the attached patch also fixes this.
msg91552 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-08-14 14:44
This is now obsolete since r74448 and r74449, closing.
History
Date User Action Args
2022-04-11 14:56:49adminsetgithub: 50430
2009-08-14 14:44:21gpolosetstatus: open -> closed

messages: + msg91552
2009-06-02 21:21:05gpolocreate