]> granicus.if.org Git - python/commit
Fix dumb bug calling parsestrplus with wrong node as argument.
authorGuido van Rossum <guido@python.org>
Tue, 11 Mar 1997 21:25:55 +0000 (21:25 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Mar 1997 21:25:55 +0000 (21:25 +0000)
commit6af0c00ab671aa6e276c9bbd20b9b71d9ae96264
tree76b8c4968719f67987e57881d2bfcd497734a109
parent1c6a459921b3fbc04f818b95f277302336573dde
Fix dumb bug calling parsestrplus with wrong node as argument.

Add prototypes for parsestr() and parsestrplus() (unrelated, but
seemed to make sense.)
Python/compile.c