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 brett.cannon
Recipients brett.cannon, docs@python
Date 2017-05-05.16:34:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494002070.38.0.824597763753.issue30274@psf.upfronthosting.co.za>
In-reply-to
Content
Another option is to rename 'name' to 'fullname', make 'name' keyword-only, and then raise a DeprecationWarning if 'name' is used, eventually removing the keyword-only argument.
History
Date User Action Args
2017-05-05 16:34:30brett.cannonsetrecipients: + brett.cannon, docs@python
2017-05-05 16:34:30brett.cannonsetmessageid: <1494002070.38.0.824597763753.issue30274@psf.upfronthosting.co.za>
2017-05-05 16:34:30brett.cannonlinkissue30274 messages
2017-05-05 16:34:30brett.cannoncreate