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 eudoxos
Recipients Arfrever, amaury.forgeotdarc, asvetlov, brett.cannon, docs@python, eudoxos, ncoghlan, r.david.murray
Date 2012-11-07.09:45:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352281518.14.0.307458879907.issue16421@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching patch based on Andrew's review, agains latest hg (80291:859ef54bdce).

For the MSVC files, I copied what was there for _testcapimodule in PC/VS9.0 and PCbuild, and created two new UUIDs: one for _testimportmultiple itself (36D0C52C-DF4E-45D0-8BC7-E294C3ABC781; used in .sln, .vcproj and .vcxproj files), and one for _testimportmultiple.vcxproj.filters (1ec38ad9-1abf-4b80-8628-ac43ccba324b; used only once).

Please check that I did that correctly. (I am wondering how can one maintain such a build system.)

I also added myself to Misc/ACKS (and sent contributor agreement by mail), added the entry to Misc/NEWS.
History
Date User Action Args
2012-11-07 09:45:19eudoxossetrecipients: + eudoxos, brett.cannon, amaury.forgeotdarc, ncoghlan, Arfrever, r.david.murray, asvetlov, docs@python
2012-11-07 09:45:18eudoxossetmessageid: <1352281518.14.0.307458879907.issue16421@psf.upfronthosting.co.za>
2012-11-07 09:45:18eudoxoslinkissue16421 messages
2012-11-07 09:45:17eudoxoscreate