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 kayhayen
Recipients kayhayen
Date 2018-07-02.15:03:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530543801.89.0.56676864532.issue34024@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

things like list(sequence = something) ought to work in Python 3.6 back to the oldest Python2 I know.

However, in 3.7 this raises an exception about not accepting keyword arguments.

I noticed the same for tuple, int, float(x=9.0), and probably a lot others. It is not described in the release notes either.

I think it's a bug and might affect existing code. Or is this how thing will be from now on?

Yours,
Kay
History
Date User Action Args
2018-07-02 15:03:21kayhayensetrecipients: + kayhayen
2018-07-02 15:03:21kayhayensetmessageid: <1530543801.89.0.56676864532.issue34024@psf.upfronthosting.co.za>
2018-07-02 15:03:21kayhayenlinkissue34024 messages
2018-07-02 15:03:21kayhayencreate