Changes by Anton Backer :
Removed file: http://bugs.python.org/file43924/581663cb2d4d.diff
___
Python tracker
<http://bugs.python.org/issue27639>
___
___
Python-bug
Changes by Anton Backer :
--
keywords: +patch
Added file: http://bugs.python.org/file43924/581663cb2d4d.diff
___
Python tracker
<http://bugs.python.org/issue27
Changes by Anton Backer :
--
hgrepos: +351
___
Python tracker
<http://bugs.python.org/issue27639>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Anton Backer:
The docs for UserList say:
> List operations which return a new sequence attempt to create an instance of
> the actual implementation class.
However, UserList([])[:] returns a list, not a UserList.
--
components: Library (Lib)
files: patch
me