chriscz / shedskin

Automatically exported from code.google.com/p/shedskin
0 stars 0 forks source link

*args and **kwargs not supported #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I saw this noted in the docs, but FWIW it's also the first thing I ran into
while trying to compile simplejson (saw it in BeautifulSoup as well).  That
might be another good test case, since it's all text processing.

http://www.undefined.org/python/

Original issue reported on code.google.com by andyc...@gmail.com on 14 Sep 2008 at 5:52

GoogleCodeExporter commented 9 years ago
thanks!

unfortunately, *args and **kwargs are quite difficult to support at the moment. 
I
might work on them in the future, but not anytime soon.. 

btw, please don't make issues out of things that are officially not supported.. 
:-)
please use the google group for this (see the link on the right side of the 
homepage)

Original comment by mark.duf...@gmail.com on 15 Sep 2008 at 8:58