[Python-checkins] r85657 - python/branches/py3k/Misc/gdbinit

gregory.p.smith python-checkins at python.org
Sun Oct 17 21:40:59 CEST 2010


Author: gregory.p.smith
Date: Sun Oct 17 21:40:59 2010
New Revision: 85657

Log:
Remove the external non-python.org hyperlink and point people to
Tools/gdb/libpython.py.


Modified:
   python/branches/py3k/Misc/gdbinit

Modified: python/branches/py3k/Misc/gdbinit
==============================================================================
--- python/branches/py3k/Misc/gdbinit	(original)
+++ python/branches/py3k/Misc/gdbinit	Sun Oct 17 21:40:59 2010
@@ -12,8 +12,7 @@
 #
 # NOTE: If you have gdb 7 or later, it supports debugging of Python directly
 # with embedded macros that you may find superior to what is in here.
-# See https://fedoraproject.org/wiki/Features/EasierPythonDebugging
-# and http://bugs.python.org/issue8032 for more gdb 7 python information.
+# See Tools/gdb/libpython.py and http://bugs.python.org/issue8032.
 
 # Prints a representation of the object to stderr, along with the
 # number of reference counts it current has and the hex address the


More information about the Python-checkins mailing list