Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdb documentation shows running as script using "python" not "python3" #51134

Closed
MLModel mannequin opened this issue Sep 11, 2009 · 4 comments
Closed

pdb documentation shows running as script using "python" not "python3" #51134

MLModel mannequin opened this issue Sep 11, 2009 · 4 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@MLModel
Copy link
Mannequin

MLModel mannequin commented Sep 11, 2009

BPO 6885
Nosy @birkenfeld, @terryjreedy, @MLModel

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2009-09-16.09:42:27.456>
created_at = <Date 2009-09-11.18:45:54.254>
labels = ['docs']
title = 'pdb documentation shows running as script using "python" not "python3"'
updated_at = <Date 2009-09-18.21:49:09.916>
user = 'https://github.com/MLModel'

bugs.python.org fields:

activity = <Date 2009-09-18.21:49:09.916>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2009-09-16.09:42:27.456>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2009-09-11.18:45:54.254>
creator = 'MLModel'
dependencies = []
files = []
hgrepos = []
issue_num = 6885
keywords = []
message_count = 4.0
messages = ['92515', '92673', '92849', '92850']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'terry.reedy', 'MLModel']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue6885'
versions = ['Python 3.0', 'Python 3.1', 'Python 3.2']

@MLModel
Copy link
Mannequin Author

MLModel mannequin commented Sep 11, 2009

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
?

@MLModel MLModel mannequin assigned birkenfeld Sep 11, 2009
@MLModel MLModel mannequin added the docs Documentation in the Doc dir label Sep 11, 2009
@birkenfeld
Copy link
Member

Fixed in r74821.

@terryjreedy
Copy link
Member

On Windows, 3.x has so far been installed as python.exe, not
python3.exe, so this change is not correct for Windows users. So please
consider reverting this until there is a consistent change across platforms.

@birkenfeld
Copy link
Member

I assume the poor Windows users can figure out what they need to do :)

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants