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 ezio.melotti
Recipients cvrebert, docs@python, eric.araujo, ezio.melotti, georg.brandl, rhettinger, serhiy.storchaka, terry.reedy, tshepang
Date 2012-09-20.14:36:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348151778.11.0.593169922887.issue14783@psf.upfronthosting.co.za>
In-reply-to
Content
That would be backward incompatible, and there might be some valid (corner) cases to pass it as a keyword.  Since people are usually not supposed to use it as a keyword arg, it doesn't matter much if the name is different if that makes the docs more understandable.  If someone tries to do int(number=10) and gets an error it would likely switch to the simpler int(10).  If he really needs keyword args he can always check the code.

That said, I don't have a strong opinion about this, so if people think that x should be used, it's fine with me.
History
Date User Action Args
2012-09-20 14:36:18ezio.melottisetrecipients: + ezio.melotti, georg.brandl, rhettinger, terry.reedy, eric.araujo, cvrebert, docs@python, tshepang, serhiy.storchaka
2012-09-20 14:36:18ezio.melottisetmessageid: <1348151778.11.0.593169922887.issue14783@psf.upfronthosting.co.za>
2012-09-20 14:36:17ezio.melottilinkissue14783 messages
2012-09-20 14:36:17ezio.melotticreate