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 gvanrossum
Recipients georg.brandl, gvanrossum, robin.stocker
Date 2008-01-07.04:22:51
SpamBayes Score 0.0013166566
Marked as misclassified No
Message-id <1199679773.82.0.0668986550764.issue1745@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for tackling this!

What line in test_collections.py is calling a function with >255 args? 
I'm a bit surprised since this has always been disallowed AFAICT.

I'd like to see everything related to keyword-only args included in one
patch.  Hopefully the unittests and/or svn history will give you an idea
of what to do.

There should be docs in the reference manual.  Maybe Georg knows where.

Don't worry about the generated Python-ast.c patch.

The version number you're looking for is MAGIC in Python/import.c.
History
Date User Action Args
2008-01-07 04:22:54gvanrossumsetspambayes_score: 0.00131666 -> 0.0013166566
recipients: + gvanrossum, georg.brandl, robin.stocker
2008-01-07 04:22:53gvanrossumsetspambayes_score: 0.00131666 -> 0.00131666
messageid: <1199679773.82.0.0668986550764.issue1745@psf.upfronthosting.co.za>
2008-01-07 04:22:52gvanrossumlinkissue1745 messages
2008-01-07 04:22:51gvanrossumcreate