]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use reversed() instead of creating a new temporary list.
authorRaymond Hettinger <python@rcn.com>
Mon, 4 Aug 2014 05:36:32 +0000 (22:36 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 4 Aug 2014 05:36:32 +0000 (22:36 -0700)
commitf25a38e5687df1c50cbc101c2528dbb81205e945
tree0219c77ed41673ef988c3aa7591abf4ec3e8db1f
parent5427df266bb32970527a03a05af4f845a04b8f9e
Use reversed() instead of creating a new temporary list.
Lib/difflib.py