commit | 7f2d302a1611fff03fc986a9b5c369feb7fbab1d | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Jun 08 19:38:42 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Jun 08 19:38:42 2003 +0000 |
tree | 6a21945777590f77e34e55f1db7ba8b786c9aa2b | |
parent | 305908cffdc82956826d85571119dbf031ce0c04 [diff] |
For the context and unified diff functions: * Simplified test for visible changes * Improved variable names and line spacing * Replaced dict(a=3) style with Py2.2 compatable {'a':3}