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 ivb
Recipients ivb, steve.dower, tim.golden, zach.ware
Date 2015-06-09.09:26:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433841968.09.0.0777619556798.issue24390@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.5.0b2 (v3.5.0b2:7a088af5615b, May 31 2015, 06:22:19) [MSC v.1900 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import ctypes
>>> ctypes.windll.user32.GetSystemMetrics(1)
1067
>>> #must be 1600
>>> #Python 3.5 also affected
History
Date User Action Args
2015-06-09 09:26:08ivbsetrecipients: + ivb, tim.golden, zach.ware, steve.dower
2015-06-09 09:26:08ivbsetmessageid: <1433841968.09.0.0777619556798.issue24390@psf.upfronthosting.co.za>
2015-06-09 09:26:08ivblinkissue24390 messages
2015-06-09 09:26:07ivbcreate