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 direction of the pdb, where a user has access to a p command but a 
user can always use the built in python print function.

in short:
-remove print from documented commands
-remove print alias

*This is my first patch :P Let me know if this is the correct direction, and 
what needs to be changed for acceptance, thanks.

----------
keywords: +patch
Added file: http://bugs.python.org/file31855/18764.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18764>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to