]> git.llucax.com Git - software/pymin.git/commit
Add preliminary support for wrong arguments error reporting.
authorLeandro Lucarella <llucax@gmail.com>
Sat, 6 Oct 2007 22:44:53 +0000 (19:44 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 6 Oct 2007 22:44:53 +0000 (19:44 -0300)
commit0c972af1188a7e9052917345723b9139374a6e9f
tree76f872e697b4d4501bed3a9c219d2292d0a608df
parent256f20c7c3146b8035a1b03b250a715b64c96d30
Add preliminary support for wrong arguments error reporting.

It support wrong ammount of arguments, but not unexpected keyword argument
and maybe others.
pymin/dispatcher.py