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.

Author 8baWnoVi
Recipients 8baWnoVi
Date 2017-10-12.13:26:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507814776.62.0.213398074469.issue31771@psf.upfronthosting.co.za>
In-reply-to
Content
the root.geometry() top-level window method returns strings like "212x128+-9+-8" when the window is located in the top left corner. The documentation only describes geometry strings containing + or - location coordinates. If this is correct behaviour, the documentation should provide a better description of the syntax - perhaps a regular expression such as: "\d+x\d+(\+|-|\+-)\d+(\+|-|\+-)\d+" and some text indicating that a +- coordinate indicates a value to the left of or above the screen.

Tested Linux Mint 18, Python 3.5.3, tkinter 8.6

Behaviour is consistent with python 2.7 Tkinter 8.6
History
Date User Action Args
2017-10-12 13:26:168baWnoVisetrecipients: + 8baWnoVi
2017-10-12 13:26:168baWnoVisetmessageid: <1507814776.62.0.213398074469.issue31771@psf.upfronthosting.co.za>
2017-10-12 13:26:168baWnoVilinkissue31771 messages
2017-10-12 13:26:168baWnoVicreate