]> granicus.if.org Git - python/commit
Correct the order of application for decorators. Meant to be bottom-up and not
authorBrett Cannon <bcannon@gmail.com>
Sun, 15 Aug 2004 07:21:25 +0000 (07:21 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 15 Aug 2004 07:21:25 +0000 (07:21 +0000)
commitadd33601c2826a151718da295b15fbb8cf656e53
tree5b06b8571dd84cba7d1d0da67143fd2f5a98b38b
parent31f8350f439c3219c3975d127f8c5037d2362427
Correct the order of application for decorators.  Meant to be bottom-up and not
top-down.  Now matches the PEP.
Lib/test/test_decorators.py
Misc/NEWS
Python/compile.c