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 christian.heimes
Recipients alexandre.vassalotti, amaury.forgeotdarc, christian.heimes
Date 2007-12-08.22:45:39
SpamBayes Score 0.11022232
Marked as misclassified No
Message-id <1197153939.51.0.946268695029.issue1573@psf.upfronthosting.co.za>
In-reply-to
Content
Why do you want to forbid 

def f(*, **kw)

? It's useful and it also works in release builds of Python 3.0a2. It
only breaks in debug builds because the assert() gets triggered.
History
Date User Action Args
2007-12-08 22:45:39christian.heimessetspambayes_score: 0.110222 -> 0.11022232
recipients: + christian.heimes, amaury.forgeotdarc, alexandre.vassalotti
2007-12-08 22:45:39christian.heimessetspambayes_score: 0.110222 -> 0.110222
messageid: <1197153939.51.0.946268695029.issue1573@psf.upfronthosting.co.za>
2007-12-08 22:45:39christian.heimeslinkissue1573 messages
2007-12-08 22:45:39christian.heimescreate