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 zach.ware
Recipients paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2015-09-04.04:59:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441342797.85.0.925958349313.issue24986@psf.upfronthosting.co.za>
In-reply-to
Content
The committed versions are slightly different, I had bad logic in adding _socket to ExtensionModules (if IncludeExternals was false while IncludeSSL was true, _socket wasn't added).  build.bat also uses the property names instead of its own internal names so as not to stomp on the environment.
History
Date User Action Args
2015-09-04 04:59:57zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, python-dev, steve.dower
2015-09-04 04:59:57zach.waresetmessageid: <1441342797.85.0.925958349313.issue24986@psf.upfronthosting.co.za>
2015-09-04 04:59:57zach.warelinkissue24986 messages
2015-09-04 04:59:57zach.warecreate