]> granicus.if.org Git - python/commit
Allow [] after a parameter name. We currently take this to be the same as * in front...
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 13 Jul 2001 22:28:36 +0000 (22:28 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 13 Jul 2001 22:28:36 +0000 (22:28 +0000)
commitb2a1de4679c9141b03781551356c51cd48f20519
tree6d8a64b147840f2cbfbab28dcddb0cae0fbb79c4
parentd4b83619102c1e0d51fac7c3773ed1943ed516fa
Allow [] after a parameter name. We currently take this to be the same as * in front, which isn't 100% correct but good enough.
Tools/bgen/bgen/scantools.py