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 nas
Recipients nas, ronaldoussoren, spatz
Date 2008-06-20.00:53:56
SpamBayes Score 0.020818813
Marked as misclassified No
Message-id <1213923241.85.0.485360657595.issue3054@psf.upfronthosting.co.za>
In-reply-to
Content
One final patch for today (get_python_inc.patch).  The patch combines my
previous two patches and also cleans up some ugly code in setup.py and
test_sysconfig.py.  The source of the ugliness was that get_python_inc()
did not work when running from within a build directory.  The patch also 
fixes the header dependency feature introduced in svn r60287 (it assumed
that builddir == srcdir and also that os.path.sep == '/').
History
Date User Action Args
2008-06-20 00:54:02nassetspambayes_score: 0.0208188 -> 0.020818813
recipients: + nas, ronaldoussoren, spatz
2008-06-20 00:54:01nassetspambayes_score: 0.0208188 -> 0.0208188
messageid: <1213923241.85.0.485360657595.issue3054@psf.upfronthosting.co.za>
2008-06-20 00:54:00naslinkissue3054 messages
2008-06-20 00:54:00nascreate