Issue 6180: Tkinter.Entry: fix for xview and some doc clarifications (original) (raw)

Issue6180

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:49 admin set github: 50430
2009-08-14 14:44:21 gpolo set status: open -> closedmessages: +
2009-06-02 21:21:05 gpolo create