commit | aa397d180635bbab6a2f2998da396fc5006b8ced | [log] [tgz] |
---|---|---|
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | Fri Feb 06 21:33:45 2009 +0000 |
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | Fri Feb 06 21:33:45 2009 +0000 |
tree | 808b43d4277d18f26aa301f68fdfdbda0a99d0e0 | |
parent | 4db626f95d9dbb7d52418dee9a96467da3720796 [diff] |
Convert "srcdir" into an absolute path if that seems prudent. Currrently the only user of this is Lib/distutils/tests/test_build_ext.py (in order to find the source for xxmodule.c). I'm not sure if other platforms need similar tweaks, I'm not brave enough to attempt it without being able to test.