]> granicus.if.org Git - python/commit
Added 'get_platform()' to construct a string that identifies the current
authorGreg Ward <gward@python.net>
Wed, 1 Mar 2000 14:40:15 +0000 (14:40 +0000)
committerGreg Ward <gward@python.net>
Wed, 1 Mar 2000 14:40:15 +0000 (14:40 +0000)
commit585df89f60ceb2e0a5b690f12f19c14093faa6fc
tree44a59a6f279488f9bd7d16c3c20f416539f2a247
parente51d69efb0f1cb319b03224684f184a4bb3fd0bb
Added 'get_platform()' to construct a string that identifies the current
platform, using 'os.uname()' or 'sys.platform'.
Lib/distutils/util.py