]> granicus.if.org Git - python/commit
18764: remove the problematic 'print' alias for the PDB 'p' command.
authorR David Murray <rdmurray@bitdance.com>
Thu, 10 Oct 2013 21:23:26 +0000 (17:23 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 10 Oct 2013 21:23:26 +0000 (17:23 -0400)
commit78d692f98e395f3fc4ec2f53343a67bb1d0e94c5
treeaee46766ae650cf4be85704bf5082bbef53abb25
parent2fe9bac4dca34e86d44b7e169f3795fde4c841a1
18764: remove the problematic 'print' alias for the PDB 'p' command.

So that it no longer shadows the print function.

Patch by Connor Osborn, doc and test changes by R. David Murray.
Doc/library/pdb.rst
Doc/whatsnew/3.4.rst
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS