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 <rep...@bugs.python.org> <http://bugs.python.org/issue20635> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com