]> granicus.if.org Git - python/commit
Merged revisions 74640 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Thu, 3 Sep 2009 21:29:20 +0000 (21:29 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 3 Sep 2009 21:29:20 +0000 (21:29 +0000)
commit353411dd3a9d89185ca15ae5121eb12ab889b830
tree919887d9e0e57b09ad1c625065b674374c1d7163
parent23cf5743aef2b8c2baa023ec3f7493c7e139027a
Merged revisions 74640 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74640 | brett.cannon | 2009-09-03 14:25:21 -0700 (Thu, 03 Sep 2009) | 7 lines

  test_platform fails on OS X Snow Leopard because the UNIX command to get the
  canonical version, sw_vers, leaves off trailing zeros in the version number
  (e.g. 10.6 instead of 10.6.0). Test now compensates by tacking on extra zeros
  for the test comparison.

  Fixes issue #6806.
........
Lib/test/test_platform.py