]> granicus.if.org Git - python/commit
Fix example in packaging test_config.
authorÉric Araujo <merwok@netwok.org>
Thu, 9 Jun 2011 05:47:25 +0000 (07:47 +0200)
committerÉric Araujo <merwok@netwok.org>
Thu, 9 Jun 2011 05:47:25 +0000 (07:47 +0200)
commit0a975f957da0a29f6a93acb836eb50070dc63f72
tree56646da5be16cacee2e26f45cd5143668a375723
parentdf8ef02488227ab88969360eea5c34bc364aa758
Fix example in packaging test_config.

The example C extension used the “three.fast_taunt” name, but no “three” parent
was defined in the setup.cfg.  This did not cause a failure nor even print a
warning, we may want to change that.
Lib/packaging/tests/test_config.py