[New-bugs-announce] [issue3751] str.rpartition fails silently with unicode argument

Forest Bond report at bugs.python.org
Mon Sep 1 17:09:06 CEST 2008


New submission from Forest Bond <forest at alittletooquiet.net>:

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')

----------
components: None
messages: 72259
nosy: forest_atq
severity: normal
status: open
title: str.rpartition fails silently with unicode argument
versions: Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3751>
_______________________________________


More information about the New-bugs-announce mailing list