[New-bugs-announce] [issue20635] Fix the grid geometry manager and add

Serhiy Storchaka report at bugs.python.org
Sat Feb 15 12:38:22 CET 2014


New submission from Serhiy Storchaka:

Here is a patch which adds tests for Tk geometry managers (pack, place and grid). In additional it fixes the grid_columnconfigure() and grid_rowconfigure() methods which did not worked with wantobject=True (preferable and default mode).

----------
components: Library (Lib), Tests, Tkinter
files: test_geometry_managers.patch
keywords: patch
messages: 211268
nosy: gpolo, serhiy.storchaka, terry.reedy
priority: normal
severity: normal
stage: patch review
status: open
title: Fix the grid geometry manager and add
type: behavior
versions: Python 2.7, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file34088/test_geometry_managers.patch

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


More information about the New-bugs-announce mailing list