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 ngie
Recipients belopolsky, ngie, r.david.murray, terry.reedy
Date 2012-09-13.21:37:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347572273.68.0.678691248323.issue15942@psf.upfronthosting.co.za>
In-reply-to
Content
Except it wasn't built within the Cygwin environment...

$ python -c 'import sys; print sys.version'
2.6.1 (r261:67515, Dec  5 2008, 13:58:38) [MSC v.1500 32 bit (Intel)]
$ ldd `which python` | grep -i ygwin || echo "not cygwin"
not cygwin
History
Date User Action Args
2012-09-13 21:37:53ngiesetrecipients: + ngie, terry.reedy, belopolsky, r.david.murray
2012-09-13 21:37:53ngiesetmessageid: <1347572273.68.0.678691248323.issue15942@psf.upfronthosting.co.za>
2012-09-13 21:37:52ngielinkissue15942 messages
2012-09-13 21:37:51ngiecreate