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 forest_atq
Recipients forest_atq
Date 2008-09-01.15:09:04
SpamBayes Score 0.061093032
Marked as misclassified No
Message-id <1220281746.27.0.0425746690909.issue3751@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52) 
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> u'/foo/bar'.rpartition(u'/')
(u'/foo', u'/', u'bar')
>>> '/foo/bar'.rpartition(u'/')
(u'', u'/', u'foo/bar')
History
Date User Action Args
2008-09-01 15:09:06forest_atqsetrecipients: + forest_atq
2008-09-01 15:09:06forest_atqsetmessageid: <1220281746.27.0.0425746690909.issue3751@psf.upfronthosting.co.za>
2008-09-01 15:09:05forest_atqlinkissue3751 messages
2008-09-01 15:09:05forest_atqcreate