commit | 78a70bd870e8f047f9e2aee37047266e658fab8f | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Thu Aug 30 06:16:26 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Thu Aug 30 06:16:26 2007 +0000 |
tree | 22186fd5bfa39894e2323885a5d3b52721a039ab | |
parent | 09cff641b8320eefad7fe141dc0af28afabd37c8 [diff] |
Try to get test_pep352 and maybe test_platform to work on a Windows buildbot
diff --git a/Lib/platform.py b/Lib/platform.py index 7b4258f..2e417d9 100755 --- a/Lib/platform.py +++ b/Lib/platform.py
@@ -459,7 +459,7 @@ except ValueError: strings = l else: - strings = map(str,ints) + strings = list(map(str,ints)) version = '.'.join(strings[:3]) return version