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 chris.jerdonek, eric.araujo, fdrake, ned.deily, ronaldoussoren, sbt, tarek
Date 2012-07-18.00:15:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342570509.09.0.695478031083.issue15364@psf.upfronthosting.co.za>
In-reply-to
Content
I should have noted that, in the above tests, distutils.sysconfig.get_makefile_filename() is already doing the right thing:

>>> dsc.get_makefile_filename()
'/py/dev/default/b10.7_t10.7_x4.3_cclang_d/fw/root/Library/Frameworks/pytest_10_7.framework/Versions/3.3/lib/python3.3/config-3.3dm/Makefile'
[70312 refs]
>>> sc.get_makefile_filename() == dsc.get_makefile_filename()
True
History
Date User Action Args
2012-07-18 00:15:10ned.deilysetrecipients: + ned.deily, fdrake, ronaldoussoren, tarek, eric.araujo, chris.jerdonek, sbt
2012-07-18 00:15:09ned.deilysetmessageid: <1342570509.09.0.695478031083.issue15364@psf.upfronthosting.co.za>
2012-07-18 00:15:08ned.deilylinkissue15364 messages
2012-07-18 00:15:05ned.deilycreate