commit | c8939d23fe24df04e3365427d3b00df97c2792c4 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed Sep 20 19:28:35 2006 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed Sep 20 19:28:35 2006 +0000 |
tree | 8ef47feeef3c00405f2cade9b15964199867c324 | |
parent | f6aa86e33ba5b29ff9bd442e80e196746b5d2424 [diff] [blame] |
Make python.vim output more deterministic.
diff --git a/Misc/NEWS b/Misc/NEWS index c5cc2af..484c857 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -103,6 +103,10 @@ Tools ----- +- Make auto-generated python.vim file list built-ins and exceptions in + alphatbetical order. Makes output more deterministic and easier to tell if + the file is stale or not. + - Bug #1546372: Fixed small bugglet in pybench that caused a missing file not to get reported properly.