SilentGhost <[email protected]> added the comment:
Rocco, == is an equality operator, "is" is used for identity testing. If you have an example of documentation that states that == is an identity operator, do report it and we'd be glad to fix it. The print function does not change the object, it's the print function itself that return None. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue36524> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
