This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: get rid of pdb.doc
Type: Stage:
Components: Library (Lib) Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl
Priority: normal Keywords: easy

Created on 2010-07-16 21:41 by georg.brandl, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg110505 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-07-16 21:41
Put it into pdb.__doc__ instead.
msg110627 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-07-18 10:12
Done in r82949.
History
Date User Action Args
2022-04-11 14:57:03adminsetgithub: 53525
2010-07-18 10:12:21georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg110627
2010-07-16 21:41:26georg.brandlcreate