commit | 5e921502603c1ba22bac18b223240fea84bbc6dc | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Oct 27 13:12:17 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Oct 27 13:12:17 2009 +0000 |
tree | a120f5eea2028d18c108db7fea36fd2d54c93fb8 | |
parent | 641d76fad084ba0545fc17b0344d1326e68202a2 [diff] |
Merged revisions 68605 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68605 | raymond.hettinger | 2009-01-14 02:39:51 +0100 (Mi, 14 Jan 2009) | 1 line Fix-up indentation of sample code blocks for namedtuple mthod definitions. ........