Author: Armin Rigo <[email protected]> Branch: Changeset: r76674:b030fc0e88cf Date: 2015-04-01 14:30 +0200 http://bitbucket.org/pypy/pypy/changeset/b030fc0e88cf/
Log: detail diff --git a/rpython/doc/rpython.rst b/rpython/doc/rpython.rst --- a/rpython/doc/rpython.rst +++ b/rpython/doc/rpython.rst @@ -149,7 +149,7 @@ and you can pass a ``*args`` argument (it must be a tuple). + as explained above, tuples are not of a variable length. If you need - to call a function with a variable number of arguments, refactor the + to call a function with a dynamic number of arguments, refactor the function itself to accept a single argument which is a regular list. + dynamic dispatch enforces the use of signatures that are equal for all _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
