diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-10-10 21:23:26 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-10-10 21:23:26 (GMT) |
commit | 78d692f98e395f3fc4ec2f53343a67bb1d0e94c5 (patch) | |
tree | aee46766ae650cf4be85704bf5082bbef53abb25 /Misc/NEWS | |
parent | 2fe9bac4dca34e86d44b7e169f3795fde4c841a1 (diff) | |
download | cpython-78d692f98e395f3fc4ec2f53343a67bb1d0e94c5.zip cpython-78d692f98e395f3fc4ec2f53343a67bb1d0e94c5.tar.gz cpython-78d692f98e395f3fc4ec2f53343a67bb1d0e94c5.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ Core and Builtins Library ------- +- Issue #18764: remove the 'print' alias for the PDB 'p' command so that it no + longer shadows the print function. + - Issue #19158: a rare race in BoundedSemaphore could allow .release() too often. |