summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-19 19:23:43 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-06-19 19:23:43 (GMT)
commit3e425ac64b1f9ed858b098411012909cfe7b854e (patch)
tree72b37a6e204a19ee31d297d1509f415f7c4d58ad /Misc
parente043b6bac7c2d2845e0b1d10d140364c73de8456 (diff)
downloadcpython-3e425ac64b1f9ed858b098411012909cfe7b854e.zip
cpython-3e425ac64b1f9ed858b098411012909cfe7b854e.tar.gz
cpython-3e425ac64b1f9ed858b098411012909cfe7b854e.tar.bz2
packaging: Add the project directory to sys.path to support local setup hooks.
Original patch by Vinay Sajip on #11637.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c05a32a..89eab0e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -193,7 +193,10 @@ Core and Builtins
Library
-------
-- Issue #6771: moved the curses.wrapper function from the single-function
+- Issue #11637: Fix support for importing packaging setup hooks from the
+ project directory.
+
+- Issue #6771: Moved the curses.wrapper function from the single-function
wrapper module into __init__, eliminating the module. Since __init__ was
already importing the function to curses.wrapper, there is no API change.