[New-bugs-announce] [issue6885] pdb documentation shows running as script using "python" not "python3"

Mitchell Model report at bugs.python.org
Fri Sep 11 20:45:55 CEST 2009


New submission from Mitchell Model <mlm at acm.org>:

The library documentation page for pdb shows running pdb as a script
using the command
        python -m pdb
Shouldn't that be
        python3 -m pdb
?

----------
assignee: georg.brandl
components: Documentation
messages: 92515
nosy: MLModel, georg.brandl
severity: normal
status: open
title: pdb documentation shows running as script using "python" not "python3"
versions: Python 3.0, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6885>
_______________________________________


More information about the New-bugs-announce mailing list