]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make sure the docstring is always entered as the first element in the
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 11 Apr 2001 16:21:51 +0000 (16:21 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 11 Apr 2001 16:21:51 +0000 (16:21 +0000)
commit5af105eec996a86500d0b1e81379308b86ec4e38
treebd69df6a626a858533b661352c3fa7a5ef5557ed
parentceccc3c0376671ee1da9714bbe15d1fae436c66c
Make sure the docstring is always entered as the first element in the
consts, even if it is None.

Simplify _lookupName() by removing lots of redundant tests.
Lib/compiler/pyassem.py
Tools/compiler/compiler/pyassem.py