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 serhiy.storchaka
Recipients louielu, serhiy.storchaka, terry.reedy
Date 2017-05-04.20:25:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
list.__new__ is inherited from object. Look at list.__init__.
History
Date User Action Args
2017-05-04 20:25:09serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, louielu
2017-05-04 20:25:08serhiy.storchakasetmessageid: <[email protected]>
2017-05-04 20:25:08serhiy.storchakalinkissue19903 messages
2017-05-04 20:25:08serhiy.storchakacreate