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 cheryl.sabella
Recipients cheryl.sabella, louielu, ned.deily, serhiy.storchaka, terry.reedy
Date 2017-09-20.00:24:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505867079.68.0.143376109414.issue31500@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import tkinter as tk
>>> root = tk.Tk()
>>> print(float(root.tk.call('tk', 'scaling')))
1.3333333333333333
History
Date User Action Args
2017-09-20 00:24:40cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy, ned.deily, serhiy.storchaka, louielu
2017-09-20 00:24:39cheryl.sabellasetmessageid: <1505867079.68.0.143376109414.issue31500@psf.upfronthosting.co.za>
2017-09-20 00:24:39cheryl.sabellalinkissue31500 messages
2017-09-20 00:24:39cheryl.sabellacreate