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 berker.peksag, martin.panter, nadeem.vawda, palaviv, python-dev, serhiy.storchaka, twouters
Date 2016-06-09.13:42:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465479752.58.0.191995596395.issue26243@psf.upfronthosting.co.za>
In-reply-to
Content
The original request was for supporting level as keyword argument. Making the first argument a keyword argument was unintentional side effect (due a to the limitation of argument parsing functions). Now it is possible to support positional-only and keyword arguments in one function (see issue26282). Proposed patch makes the first argument positional-only again.
History
Date User Action Args
2016-06-09 13:42:32serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, nadeem.vawda, python-dev, berker.peksag, martin.panter, palaviv
2016-06-09 13:42:32serhiy.storchakasetmessageid: <1465479752.58.0.191995596395.issue26243@psf.upfronthosting.co.za>
2016-06-09 13:42:32serhiy.storchakalinkissue26243 messages
2016-06-09 13:42:32serhiy.storchakacreate