]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
After the previous changes, func_normalize() turned out to be redundant.
authorGuido van Rossum <guido@python.org>
Mon, 21 Sep 1998 17:40:47 +0000 (17:40 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Sep 1998 17:40:47 +0000 (17:40 +0000)
commit4ecd85aad7a3ae1619c76be302540935460b4e12
tree0f9b263d7d7b36dba87df3037f4dcb968aaf3484
parentb0a94c0549f1f757ac8a17fc95e0cf0828d02a70
After the previous changes, func_normalize() turned out to be redundant.
This simplified some other places in the code.
Lib/profile.py