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 masamoto
Recipients benjamin.peterson, martin.panter, masamoto, paul.moore, python-dev, steve.dower, stutzbach, tim.golden, vstinner, zach.ware
Date 2017-01-04.06:47:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483512468.5.0.0229381227438.issue28768@psf.upfronthosting.co.za>
In-reply-to
Content
Building 2.7 is for testing purposes. It is used to judge whether it is a problem (specifically for Cygwin-specific) originated in the old version. _setmode is an important function for setting input and output of CPython, so in Cygwin I feel annoying that warnings are issued even though there is actually no problem.
History
Date User Action Args
2017-01-04 06:47:48masamotosetrecipients: + masamoto, paul.moore, vstinner, tim.golden, benjamin.peterson, stutzbach, python-dev, martin.panter, zach.ware, steve.dower
2017-01-04 06:47:48masamotosetmessageid: <1483512468.5.0.0229381227438.issue28768@psf.upfronthosting.co.za>
2017-01-04 06:47:48masamotolinkissue28768 messages
2017-01-04 06:47:48masamotocreate