]> granicus.if.org Git - python/commit
Merged revisions 74641 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Thu, 3 Sep 2009 21:32:00 +0000 (21:32 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 3 Sep 2009 21:32:00 +0000 (21:32 +0000)
commit04ee867b6dbe0c5002cb5ee45866e8ad73cb636a
tree6cf4bffd47db8b2db2393b0074f82685a2be6030
parent7baf625bab07456074a0ef9c8493ea1ed72c338e
Merged revisions 74641 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74641 | brett.cannon | 2009-09-03 14:29:20 -0700 (Thu, 03 Sep 2009) | 14 lines

  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