[Python-checkins] devguide (merge default -> default): Merge
antoine.pitrou
python-checkins at python.org
Sun Mar 6 01:01:47 CET 2011
http://hg.python.org/devguide/rev/43207f6c834f
changeset: 368:43207f6c834f
parent: 367:dfb221f095b0
parent: 366:de5c0f9585d2
user: Antoine Pitrou <solipsis at pitrou.net>
date: Sun Mar 06 01:01:40 2011 +0100
summary:
Merge
files:
diff --git a/gdb.rst b/gdb.rst
--- a/gdb.rst
+++ b/gdb.rst
@@ -118,7 +118,7 @@
902 options.profile = False
903 profile_me()
904 return
- 905
+ 905
>906 u = UI()
907 if not u.quit:
908 try:
@@ -214,7 +214,7 @@
builtin 'len' = <built-in function len>
(gdb) py-print scarlet_pimpernel
'scarlet_pimpernel' not found
-
+
``py-locals``
The ``py-locals`` command looks up all Python locals within the current Python frame in the selected thread, and prints their representations::
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list