From: Georg Brandl Date: Wed, 16 Sep 2009 09:42:19 +0000 (+0000) Subject: #6885: run python 3 as python3. X-Git-Tag: v3.2a1~2571 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45bb63fd75b23fa7f5960c3c8ee8cd87c0feefa6;p=thirdparty%2FPython%2Fcpython.git #6885: run python 3 as python3. --- diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index f4d0dd6fce04..96b524daf10c 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -41,7 +41,7 @@ of the debugger is:: :file:`pdb.py` can also be invoked as a script to debug other scripts. For example:: - python -m pdb myscript.py + python3 -m pdb myscript.py When invoked as a script, pdb will automatically enter post-mortem debugging if the program being debugged exits abnormally. After post-mortem debugging (or