]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #14210: add command argument completion to pdb: complete file names, global...
authorGeorg Brandl <georg@python.org>
Sat, 10 Mar 2012 21:36:48 +0000 (22:36 +0100)
committerGeorg Brandl <georg@python.org>
Sat, 10 Mar 2012 21:36:48 +0000 (22:36 +0100)
commit4c7c3c58be26e60dfe826da63bd4cac513cfdf83
tree72dd53ae277f4a8a64de23139e088b832111fdba
parenta08e7e1c5d280d87b77b2b49b785a5eadcca93c1
Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases
Doc/library/pdb.rst
Doc/whatsnew/3.3.rst
Lib/pdb.py
Misc/NEWS