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 barry, jesstess, pitrou, python-dev, r.david.murray, serhiy.storchaka, zvyn
Date 2014-08-12.07:18:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407827918.46.0.771541835261.issue21725@psf.upfronthosting.co.za>
In-reply-to
Content
Adding new parameter in the middle of positional argument list can break existing code. If you want change arguments order, make their keyword-only.
History
Date User Action Args
2014-08-12 07:18:38serhiy.storchakasetrecipients: + serhiy.storchaka, barry, pitrou, r.david.murray, jesstess, python-dev, zvyn
2014-08-12 07:18:38serhiy.storchakasetmessageid: <1407827918.46.0.771541835261.issue21725@psf.upfronthosting.co.za>
2014-08-12 07:18:38serhiy.storchakalinkissue21725 messages
2014-08-12 07:18:38serhiy.storchakacreate