[Python-bugs-list] [Bug #123694] String join of Unicode string crashes

noreply@sourceforge.net noreply@sourceforge.net
Tue, 28 Nov 2000 06:59:28 -0800


Bug #123694, was updated on 2000-Nov-28 06:25
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Closed
Resolution: Duplicate
Bug Group: None
Priority: 5
Summary: String join of Unicode string crashes

Details: This is with Python 2.0 (ActiveState build 202).

Start the interpreter, and enter

''.join(u'22')

The interpreter immediately crashes.

Paul Moore <paul.moore@uk.origin-it.com>

Follow-Ups:

Date: 2000-Nov-28 06:59
By: gvanrossum

Comment:
This was just fixed in the CVS version. Thanks for reporting!
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=123694&group_id=5470