]> granicus.if.org Git - python/commit
Add a test for extension modules in the distutils record file.
authorÉric Araujo <merwok@netwok.org>
Sat, 20 Aug 2011 05:08:51 +0000 (07:08 +0200)
committerÉric Araujo <merwok@netwok.org>
Sat, 20 Aug 2011 05:08:51 +0000 (07:08 +0200)
commit17725410850094241d459bce50ac1e8f416cfa63
tree36db69d277948a095bd8f3d58bc4a993f3d89219
parent9358bfdaffe513e2604764bf1b2f72a59f495555
Add a test for extension modules in the distutils record file.

I made a note a month ago that install --record wrote incorrect entries
for extension modules (I think the problem was that the first character
of the file was stripped), so I’m now adding a test to try to reproduce
that in the current versions.
Lib/distutils/tests/test_install.py