This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients flox
Date 2010-01-03.20:28:46
SpamBayes Score 0.005921867
Marked as misclassified No
Message-id <1262550527.99.0.392603050294.issue7625@psf.upfronthosting.co.za>
In-reply-to
Content
And each test comes with a new bug :)

>>> x = bytearray('abc')
>>> x.partition('.')[0] is x
True
>>> x.rpartition('.')[2] is x
True
History
Date User Action Args
2010-01-03 20:28:48floxsetrecipients: + flox
2010-01-03 20:28:47floxsetmessageid: <1262550527.99.0.392603050294.issue7625@psf.upfronthosting.co.za>
2010-01-03 20:28:46floxlinkissue7625 messages
2010-01-03 20:28:46floxcreate