]> granicus.if.org Git - python/commit
- Add unittests for platform.mac_ver (or rather, ensure that the unittest for
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 18 May 2008 20:54:47 +0000 (20:54 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 18 May 2008 20:54:47 +0000 (20:54 +0000)
commit7a0f4c75b1d2e3ceb758970ad39d468e95dfc6ed
tree1804777b3b92bdedb3d9ac5cad9cb71da2e91151
parentf5c38dadf6b60839812fa450091cbbbed0a42655
- 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.
Lib/platform.py
Lib/test/test_platform.py