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 yselivanov
Recipients brett.cannon, larry, ncoghlan, yselivanov
Date 2014-01-22.22:52:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390431126.48.0.863526301324.issue20356@psf.upfronthosting.co.za>
In-reply-to
Content
Fix formatting of positional-only parameters to use '/' as a separator
for them from other kinds.

This patch also makes 'Parameter.name' required, as well as being a 
valid identifier (as per discussion with Larry, Nick and Brett).
History
Date User Action Args
2014-01-22 22:52:06yselivanovsetrecipients: + yselivanov, brett.cannon, ncoghlan, larry
2014-01-22 22:52:06yselivanovsetmessageid: <1390431126.48.0.863526301324.issue20356@psf.upfronthosting.co.za>
2014-01-22 22:52:06yselivanovlinkissue20356 messages
2014-01-22 22:52:06yselivanovcreate