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 xiang.zhang
Recipients rhettinger, xiang.zhang
Date 2016-06-04.09:20:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465032017.04.0.0861396062626.issue27215@psf.upfronthosting.co.za>
In-reply-to
Content
Docstrings of Sequence and MutableSequence in collections.abc says "Concrete subclasses must provide __new__ and __init__". This seems not the truth. Not providing __new__ and __init__ is also OK.
History
Date User Action Args
2016-06-04 09:20:17xiang.zhangsetrecipients: + xiang.zhang, rhettinger
2016-06-04 09:20:17xiang.zhangsetmessageid: <1465032017.04.0.0861396062626.issue27215@psf.upfronthosting.co.za>
2016-06-04 09:20:17xiang.zhanglinkissue27215 messages
2016-06-04 09:20:16xiang.zhangcreate