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

2013-10-10 Thread Connor Osborn
Connor Osborn added the comment: I'm hoping to ease into more involvement. Thanks for the review and tips, and I submitted the agreement(e-sign version). -- nosy: -eric.snow, ezio.melotti, georg.brandl ___ Python tracker <http://bugs.py

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

2013-10-10 Thread Connor Osborn
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

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

2013-09-23 Thread Connor Osborn
Connor Osborn added the comment: In 2.7 there is no documented command *print, the docs are explicit on this (it's just the built in statement). However, 3.4 treats print like a feature of 2.7. Is this to maintain backwards compatibility? I would suggest preserving the original directi

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

2013-09-20 Thread Connor Osborn
Connor Osborn added the comment: Should the pretty print behavior remain? -- nosy: +cdosborn ___ Python tracker <http://bugs.python.org/issue18764> ___ ___ Pytho