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 yan12125
Recipients vstinner, xdegaye, yan12125
Date 2016-11-19.10:41:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479552074.26.0.629622399597.issue28740@psf.upfronthosting.co.za>
In-reply-to
Content
I translate the Python version at issue26855 to C. Quite new to the C API, hope I'm doing it right :)

Codes only. Docs and tests later

sys.getwindowsversion() uses named tuples. Is there a similar need for Android or just plain tuples are fine?
History
Date User Action Args
2016-11-19 10:41:14yan12125setrecipients: + yan12125, vstinner, xdegaye
2016-11-19 10:41:14yan12125setmessageid: <1479552074.26.0.629622399597.issue28740@psf.upfronthosting.co.za>
2016-11-19 10:41:14yan12125linkissue28740 messages
2016-11-19 10:41:14yan12125create