]> granicus.if.org Git - python/commit
packaging: Add the project directory to sys.path to support local setup hooks.
authorÉric Araujo <merwok@netwok.org>
Sun, 19 Jun 2011 19:23:43 +0000 (21:23 +0200)
committerÉric Araujo <merwok@netwok.org>
Sun, 19 Jun 2011 19:23:43 +0000 (21:23 +0200)
commit3e425ac64b1f9ed858b098411012909cfe7b854e
tree72b37a6e204a19ee31d297d1509f415f7c4d58ad
parente043b6bac7c2d2845e0b1d10d140364c73de8456
packaging: Add the project directory to sys.path to support local setup hooks.

Original patch by Vinay Sajip on #11637.
Lib/packaging/config.py
Lib/packaging/tests/test_config.py
Misc/NEWS