commit | 8c9695cf986c20928a29bed4529c42565a364db7 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Nov 19 17:45:30 2009 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Nov 19 17:45:30 2009 +0000 |
tree | 9cf350d0708ae055a28c82eb1fc09bcdb05dd1c7 | |
parent | 1b2cad00c7fa2280917cb62ecccb3e129d9299c9 [diff] |
Merged revisions 76409 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r76409 | ronald.oussoren | 2009-11-19 18:44:52 +0100 (Thu, 19 Nov 2009) | 11 lines Merged revisions 76407 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76407 | ronald.oussoren | 2009-11-19 18:42:51 +0100 (Thu, 19 Nov 2009) | 4 lines Don't use the '==' operator with test, that's an unportable bash-ism. (Issue 7179) ........ ................