fixed error handling for required keyword arguments
authorStefan Behnel <scoder@users.berlios.de>
Fri, 22 Aug 2008 13:13:16 +0000 (15:13 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 22 Aug 2008 13:13:16 +0000 (15:13 +0200)
commitdfaa72ebbecf2f9cce3269d849e3a1f87e7ce7be
tree2064a9bbd902d0bf0dc4530eb72ef23faae329df
parentb6b0f9a0ed32f22d084c37246954fb71d7a12e50
fixed error handling for required keyword arguments
cosolidate exception messages
cleanup of utility code
Cython/Compiler/Nodes.py