[Python-checkins] cpython: Fix Python version in pdb.rst

berker.peksag python-checkins at python.org
Sat Sep 10 02:27:33 EDT 2016


https://hg.python.org/cpython/rev/22103f83b975
changeset:   103556:22103f83b975
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sat Sep 10 09:28:03 2016 +0300
summary:
  Fix Python version in pdb.rst

files:
  Doc/library/pdb.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -160,7 +160,7 @@
    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.
 
-   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.
 
    Example call to enable tracing with *skip*::
@@ -174,7 +174,7 @@
       The *nosigint* argument.  Previously, a SIGINT handler was never set by
       Pdb.
 
-   .. versionadded:: 3.5
+   .. versionchanged:: 3.6
       The *readrc* argument.
 
    .. method:: run(statement, globals=None, locals=None)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list