[issue1263] PEP 3137 patch - str8/str comparison should return false

Brett Cannon report at bugs.python.org
Sun Oct 21 03:52:23 CEST 2007


Brett Cannon added the comment:

Attached is a patch to fix test_str.

Basically there were a bunch of redundant tests for making sure that
calling str() on an object called it's __str__ method.  str8 no longer
is directly relevant since it is no longer an actual string type.

Added file: http://bugs.python.org/file8581/fix_test_str.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1263>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_test_str.diff
Type: application/octet-stream
Size: 2079 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071021/907f6685/attachment.obj 


More information about the Python-bugs-list mailing list