]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
For the context and unified diff functions:
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Jun 2003 19:38:42 +0000 (19:38 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Jun 2003 19:38:42 +0000 (19:38 +0000)
commit7f2d302a1611fff03fc986a9b5c369feb7fbab1d
tree6a21945777590f77e34e55f1db7ba8b786c9aa2b
parent305908cffdc82956826d85571119dbf031ce0c04
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}
Lib/difflib.py