Guido van Rossum <[email protected]> added the comment: Sounds like a fair feature request for Python 3.3, as long as the intention is that users must import some module from the standard library and use functions defined in that module. The operations and methods defined for str instances (e.g. ==, <, etc.) should not change their behavior.
Is there an existing 3rd party library that we could adopt (even if it isn't perfect yet)? ---------- nosy: +gvanrossum _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12735> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
