This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author staticshock
Recipients staticshock
Date 2016-07-28.06:15:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469686507.89.0.362648270021.issue27639@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-07-28 06:15:07staticshocksetrecipients: + staticshock
2016-07-28 06:15:07staticshocksetmessageid: <1469686507.89.0.362648270021.issue27639@psf.upfronthosting.co.za>
2016-07-28 06:15:07staticshocklinkissue27639 messages
2016-07-28 06:15:07staticshockcreate