[Python-checkins] devguide: A gdb README has been added to Misc.
brett.cannon
python-checkins at python.org
Mon Jan 17 22:17:15 CET 2011
brett.cannon pushed 58ea701f8c19 to devguide:
http://hg.python.org/devguide/rev/58ea701f8c19
changeset: 105:58ea701f8c19
user: Brett Cannon <brett at python.org>
date: Mon Jan 17 13:13:37 2011 -0800
summary:
A gdb README has been added to Misc.
files:
faq.rst
index.rst
diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -100,21 +100,6 @@
.. _Pageant: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
-
-Editors and Tools
-=====================================================================
-
-
-What support is included in Python's source code for gdb?
-----------------------------------------------------------
-
-The ``Misc/gdbinit`` file contains several helpful commands that can be added
-to your gdb session. You can either copy the commands into your own
-``.gdbinit`` file or, if you don't have your own version of the file, simply
-symlink ``~/.gdbinit`` to ``Misc/gdbinit``.
-
-
-
Patches
=====================================================================
diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -81,9 +81,6 @@
2011-01-17 if there were objections to my plans
.. todo::
- Write a README.gdb for Misc to cover both gdbinit and python-gdb.py
-
-.. todo::
Move various informational PEPs out of the PEP index and over here
(.e.g, grammar and compiler guides)
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list