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 rhettinger
Recipients christian.heimes, rhettinger
Date 2008-01-22.20:04:32
SpamBayes Score 0.35273895
Marked as misclassified No
Message-id <1201032273.11.0.991902181918.issue1909@psf.upfronthosting.co.za>
In-reply-to
Content
Need to backport Py3.0's functionality so that the following is valid
syntax:

   def f(a, *args, v=None):
       . . .
History
Date User Action Args
2008-01-22 20:04:33rhettingersetspambayes_score: 0.352739 -> 0.35273895
recipients: + rhettinger, christian.heimes
2008-01-22 20:04:33rhettingersetspambayes_score: 0.352739 -> 0.352739
messageid: <1201032273.11.0.991902181918.issue1909@psf.upfronthosting.co.za>
2008-01-22 20:04:32rhettingerlinkissue1909 messages
2008-01-22 20:04:32rhettingercreate