[Python-bugs-list] [Bug #113786] copy.py doesn't support unicode strings

noreply@sourceforge.net noreply@sourceforge.net
Thu, 7 Sep 2000 02:56:18 -0700


Bug #113786, was updated on 2000-Sep-07 02:56
Here is a current snapshot of the bug.

Project: Python
Category: Library
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: copy.py doesn't support unicode strings

Details: >>> import copy
>>> copy.copy(u"")
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "C:\PYTHON20\lib\copy.py", line 71, in copy
    raise error, \
copy.Error: un(shallow)copyable object of type <type 'unicode'>
>>>

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