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 Arfrever, bob.ippolito, ezio.melotti, gvanrossum, pitrou, r.david.murray, rhettinger, serhiy.storchaka
Date 2016-05-06.16:43:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462553037.3.0.967038452041.issue18726@psf.upfronthosting.co.za>
In-reply-to
Content
Guido's decision on similar issue25628 is that changing keyword-or-positional parameters to keyword-only is safe and can be made without deprecation.

If we started the deprecation period in 3.4, we could finish it in 3.6.

Proposed simple patch changes all optional parameters in functions and constructors that takes too much parameters in the json module to keyword-only without deprecation.
History
Date User Action Args
2016-05-06 16:43:57serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, rhettinger, bob.ippolito, pitrou, ezio.melotti, Arfrever, r.david.murray
2016-05-06 16:43:57serhiy.storchakasetmessageid: <1462553037.3.0.967038452041.issue18726@psf.upfronthosting.co.za>
2016-05-06 16:43:57serhiy.storchakalinkissue18726 messages
2016-05-06 16:43:57serhiy.storchakacreate