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 brett.cannon, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2017-03-24.22:49:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490395794.87.0.465720703472.issue29695@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 2e5642422f6234fd8d0c082142b27340e588f96e by Serhiy Storchaka in branch 'master':
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518)
https://github.com/python/cpython/commit/2e5642422f6234fd8d0c082142b27340e588f96e
History
Date User Action Args
2017-03-24 22:49:54serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, vstinner, r.david.murray
2017-03-24 22:49:54serhiy.storchakasetmessageid: <1490395794.87.0.465720703472.issue29695@psf.upfronthosting.co.za>
2017-03-24 22:49:54serhiy.storchakalinkissue29695 messages
2017-03-24 22:49:54serhiy.storchakacreate