summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-11-21 11:52:05 -0500
committerChong Yidong <cyd@stupidchicken.com>2010-11-21 11:52:05 -0500
commit1d851570a67adec22da23bdc7499bb489992d578 (patch)
tree28cde17f9ee4b28ffb22e99416aa82a8d7bc05a3 /etc
parent0d6607ab81be365f247b8dd7a831fdb390591e49 (diff)
downloademacs-1d851570a67adec22da23bdc7499bb489992d578.tar.gz
Make the sys.path remove in Python mode customizable (Bug#7454).
* progmodes/python.el (run-python): Doc fix. (python-keep-current-directory-in-path): New var (Bug#7454).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8e5115c6cae..4a7b9a5259f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -36,6 +36,10 @@ used on x86-64 and s390x GNU/Linux architectures.
** The appt-add command takes an optional argument for the warning time.
This can be used in place of the default appt-message-warning-time.
+---
+** You can allow inferior Python processes to load modules from the
+current directory by setting `python-remove-cwd-from-path' to nil.
+
** VC and related modes
*** New VC command `vc-log-incoming', bound to `C-x v I'.