[issue6180] Tkinter.Entry: fix for xview and some doc clarifications

Guilherme Polo report at bugs.python.org
Tue Jun 2 23:21:07 CEST 2009


New submission from Guilherme Polo <ggpolo at gmail.com>:

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.

----------
components: Tkinter
files: Entry_fixes.diff
keywords: patch
messages: 88765
nosy: gpolo
severity: normal
status: open
title: Tkinter.Entry: fix for xview and some doc clarifications
versions: Python 2.7, Python 3.1
Added file: http://bugs.python.org/file14157/Entry_fixes.diff

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


More information about the Python-bugs-list mailing list