commit | 54c45787e43761f5fefecef613859d81eb8bedd3 | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Wed Feb 03 22:06:03 2010 +0000 |
committer | Collin Winter <collinw@gmail.com> | Wed Feb 03 22:06:03 2010 +0000 |
tree | 8dfdb5119aa0ee068d31377e9f82b699ff308301 | |
parent | 2905baff05c4d1a96b5cb92398af512f7bb6ddee [diff] |
Merged revisions 69304 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69304 | neil.schemenauer | 2009-02-05 08:25:16 -0800 (Thu, 05 Feb 2009) | 4 lines Fix test_build_ext.py to work when building in a separate directory. Since "srcdir" should now be defined on all platforms, use it to find the module source. ........