Florent Xicluna <la...@yahoo.fr> added the comment:

And each test comes with a new bug :)

>>> x = bytearray('abc')
>>> x.partition('.')[0] is x
True
>>> x.rpartition('.')[2] is x
True

----------
priority: low -> normal

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

Reply via email to