commit | a441e6465a26b00730cbeae09cf89bcfba6a7c78 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 04 16:39:03 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 04 16:39:03 2010 +0000 |
tree | a6b5f51a343bc8afc4c1dbf965a016d5a7a78735 | |
parent | 775695ad0354aea8248a0d237c38f63649639e1a [diff] |
Merged revisions 82537 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82537 | mark.dickinson | 2010-07-04 17:37:31 +0100 (Sun, 04 Jul 2010) | 2 lines Issue #9128: Fix validation of class decorators in parser module. ........