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 eric.snow
Recipients brett.cannon, eric.snow
Date 2014-05-26.04:27:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401078448.87.0.796266837202.issue21577@psf.upfronthosting.co.za>
In-reply-to
Content
Currently:

  __init__(self, /, *args, **kwargs)

Proposed:

  __init__(self, /, *args, name=None, path=None, **kwargs)

Even that is still a little vague, but at least it doesn't gloss over the kwonly args added in 3.3.
History
Date User Action Args
2014-05-26 04:27:28eric.snowsetrecipients: + eric.snow, brett.cannon
2014-05-26 04:27:28eric.snowsetmessageid: <1401078448.87.0.796266837202.issue21577@psf.upfronthosting.co.za>
2014-05-26 04:27:28eric.snowlinkissue21577 messages
2014-05-26 04:27:27eric.snowcreate