[Python-checkins] devguide: This is no longer needed, the path is now automatically added by the test.

r.david.murray python-checkins at python.org
Sat Oct 27 19:55:12 CEST 2012


http://hg.python.org/devguide/rev/ae2ed4a675cb
changeset:   561:ae2ed4a675cb
user:        R David Murray <rdmurray at bitdance.com>
date:        Sat Oct 27 13:53:32 2012 -0400
summary:
  This is no longer needed, the path is now automatically added by the test.

files:
  faq.rst |  11 -----------
  1 files changed, 0 insertions(+), 11 deletions(-)


diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -925,14 +925,3 @@
 
 If the system copy of Autoconf does not match this version, you will need to
 install your own copy of Autoconf.
-
-
-How do I update my auto-load-safe-path to allow test_gdb to run?
-----------------------------------------------------------------
-
-If ``test_gdb`` is being skipped with an "auto-loading has been declined"
-message, then it is necessary to identify any Python build directories as
-auto-load safe. One way to achieve this is to add a line like the following
-to ``~/.gdbinit`` (edit the specific list of paths as appropriate)::
-
-    add-auto-load-safe-path ~/devel/py3k:~/devel/py32:~/devel/py27

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list