[issue9279] get rid of pdb.doc

2010-07-18 Thread Georg Brandl
Georg Brandl added the comment: Done in r82949. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs

[issue9279] get rid of pdb.doc

2010-07-16 Thread Georg Brandl
New submission from Georg Brandl : Put it into pdb.__doc__ instead. -- assignee: georg.brandl components: Library (Lib) keywords: easy messages: 110505 nosy: georg.brandl priority: normal severity: normal status: open title: get rid of pdb.doc versions: Python 3.2 __