]> git.llucax.com Git - software/pymin.git/commit
Add a special \N escape sequence to represent None to command parser.
authorLeandro Lucarella <llucax@gmail.com>
Mon, 1 Oct 2007 01:06:39 +0000 (22:06 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 1 Oct 2007 01:06:39 +0000 (22:06 -0300)
commitdc4149e7aabaa6856b2fe8845f48fe37339b5aed
treee10bd0813483240bfe4825003398ca5f4e79efe7
parentf607bd2a0afe9d30f7d033c90b6602d3b42e02a7
Add a special \N escape sequence to represent None to command parser.

Now \N can be used in positional parameters and keyword argument values to
represent a python None value.

Tests and examples are improved.
dispatcher.py