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 ned.deily
Recipients machyniak, maker, ned.deily, r.david.murray, ronaldoussoren
Date 2014-05-31.04:51:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401511913.37.0.570496919614.issue21541@psf.upfronthosting.co.za>
In-reply-to
Content
"Isn't Modules/Setup used for builtin modules?"

One of the better kept secrets of Python is that Modules/Setup can be used for building shared modules as well.  I didn't know that until looking into it recently as a result of RDM's comment.  See Issue17095.
History
Date User Action Args
2014-05-31 04:51:53ned.deilysetrecipients: + ned.deily, ronaldoussoren, r.david.murray, maker, machyniak
2014-05-31 04:51:53ned.deilysetmessageid: <1401511913.37.0.570496919614.issue21541@psf.upfronthosting.co.za>
2014-05-31 04:51:53ned.deilylinkissue21541 messages
2014-05-31 04:51:52ned.deilycreate