mirror of
https://github.com/python/cpython.git
synced 2025-09-05 16:31:16 +00:00
Merged revisions 83103 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83103 | ezio.melotti | 2010-07-23 19:48:22 +0300 (Fri, 23 Jul 2010) | 1 line #9359: fix typo. Thanks to Piotr Kasprzyk for the patch. ........
This commit is contained in:
parent
c22b718b1a
commit
c569cfebce
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ class ModifiedInterpreter(InteractiveInterpreter):
|
||||||
This method is called from the subprocess, and by returning from this
|
This method is called from the subprocess, and by returning from this
|
||||||
method we allow the subprocess to unblock. After a bit the shell
|
method we allow the subprocess to unblock. After a bit the shell
|
||||||
requests the subprocess to open the remote stack viewer which returns a
|
requests the subprocess to open the remote stack viewer which returns a
|
||||||
static object looking at the last exceptiopn. It is queried through
|
static object looking at the last exception. It is queried through
|
||||||
the RPC mechanism.
|
the RPC mechanism.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue