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 rhettinger
Recipients rhettinger, serhiy.storchaka, terry.reedy, xiang.zhang
Date 2016-07-23.03:14:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469243700.07.0.544598670004.issue27577@psf.upfronthosting.co.za>
In-reply-to
Content
This should have been changed in Python 3.0 which is when were allowed to make non-backwards compatible changes.  Since it wasn't, we have to live this mild annoyance forever (you can't change it without breaking somebody's working code somewhere).

I'm open to a small documentation patch that indicates that the actual keyword is "sequence" but the main entry of list(iterable) should remain because it is more descriptive of the kind of argument that is allowed.
History
Date User Action Args
2016-07-23 03:15:00rhettingersetrecipients: + rhettinger, terry.reedy, serhiy.storchaka, xiang.zhang
2016-07-23 03:15:00rhettingersetmessageid: <1469243700.07.0.544598670004.issue27577@psf.upfronthosting.co.za>
2016-07-23 03:14:59rhettingerlinkissue27577 messages
2016-07-23 03:14:59rhettingercreate