Commit 2d7250b3 authored by Berker Peksag's avatar Berker Peksag

Fix Python version in pdb.rst

parent bc626267
...@@ -160,7 +160,7 @@ access further features, you have to do this yourself: ...@@ -160,7 +160,7 @@ access further features, you have to do this yourself:
This allows you to break into the debugger again by pressing :kbd:`Ctrl-C`. If you This allows you to break into the debugger again by pressing :kbd:`Ctrl-C`. If you
want Pdb not to touch the SIGINT handler, set *nosigint* to true. want Pdb not to touch the SIGINT handler, set *nosigint* to true.
The *readrc* argument defaults to True and controls whether Pdb will load The *readrc* argument defaults to true and controls whether Pdb will load
.pdbrc files from the filesystem. .pdbrc files from the filesystem.
Example call to enable tracing with *skip*:: Example call to enable tracing with *skip*::
...@@ -174,7 +174,7 @@ access further features, you have to do this yourself: ...@@ -174,7 +174,7 @@ access further features, you have to do this yourself:
The *nosigint* argument. Previously, a SIGINT handler was never set by The *nosigint* argument. Previously, a SIGINT handler was never set by
Pdb. Pdb.
.. versionadded:: 3.5 .. versionchanged:: 3.6
The *readrc* argument. The *readrc* argument.
.. method:: run(statement, globals=None, locals=None) .. method:: run(statement, globals=None, locals=None)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment