[issue18764] The pdb print command prints repr instead of str in python3

Connor Osborn report at bugs.python.org
Thu Oct 10 23:24:08 CEST 2013


Connor Osborn added the comment:

Here is the documentation patch:

I defaulted to the docs that were in 2.7.5, by noting that beside the p command the builtin print function could be used.

I also fixed a small code sample that still used print ... syntax.

----------
Added file: http://bugs.python.org/file32038/18764-docs.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18764>
_______________________________________


More information about the Python-bugs-list mailing list