commit | 46a955b45a7f93dc8e51ed921dc0690381b17270 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Tue Jun 08 21:17:16 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Tue Jun 08 21:17:16 2010 +0000 |
tree | 424a9a18f2a83e76be619b55b9294bf3129224a5 | |
parent | 856333605a87d0f43cb6dff81638922b3393a3df [diff] |
Merged revisions 81847 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81847 | brian.curtin | 2010-06-08 16:15:06 -0500 (Tue, 08 Jun 2010) | 3 lines Move a variable declration outside of a loop to match what was done in r81843 for py3k. ........