[Python-bugs-list] [Bug #128921] string.count crashes on Unicode
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 16 Jan 2001 03:54:13 -0800
Bug #128921, was updated on 2001-Jan-15 12:43
Here is a current snapshot of the bug.
Project: Python
Category: Unicode
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : lemburg
Summary: string.count crashes on Unicode
Details: 'hello world'.count(u'foo')
Follow-Ups:
Date: 2001-Jan-16 03:54
By: lemburg
Comment:
Modified patch checked in.
-------------------------------------------------------
Date: 2001-Jan-15 16:33
By: mwh
Comment:
I've just submitted patch #103249
which I believe fixes this (and another problem to do with propogating
exceptions properly).
-------------------------------------------------------
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=128921&group_id=5470