commit | 538f1d842c3dfeff279c084d616c03113ec5dd94 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Mar 14 17:21:00 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Mar 14 17:21:00 2003 +0000 |
tree | 4c9768105507ad94ef7e575a4e845b1ae00f556d | |
parent | 0834d77bc4f07e5632588ed636b6db21e87694cc [diff] |
Implement some recommendations from Raymond H: - Make all local variables in the template start with an underscore, to prevent name conflicts with the timed code. - Added a method to print a traceback that shows source lines from the expanded template. - Use that method in main().