]> 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)
commit6b32ecff20b75ff63396daf6a0cda25d8462fc87
tree2b5c0f13e0018505c4152e282903dc725d966884
parent3c2ec8e52b1ddcd4c31eca2d17912aad078a61a6
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