]> granicus.if.org Git - python/commit
Merged revisions 63460,63464 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Thu, 29 May 2008 21:22:40 +0000 (21:22 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 29 May 2008 21:22:40 +0000 (21:22 +0000)
commit856ff5f986b248e9568d7efdb71f4ab6d232a51d
tree251cc6c06f33c1b6fd5a00b22f5fe6208051b2dd
parent8a4e0ab51bddcb327650c744feff99a76574f72a
Merged revisions 63460,63464 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r63460 | ronald.oussoren | 2008-05-18 15:54:47 -0500 (Sun, 18 May 2008) | 6 lines

  - Add unittests for platform.mac_ver (or rather, ensure that the unittest for
    that function actually tests something on OSX).

  - Add documentation to platform.mac_ver that explains why the middle element
    of the return value will not contain useful information.
........
  r63464 | benjamin.peterson | 2008-05-18 17:07:42 -0500 (Sun, 18 May 2008) | 2 lines

  fix test_platform (os was not imported)
........
Lib/platform.py
Lib/test/test_platform.py