]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: add sys.maxunicode to the show-tool-versions output in order to investigate...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 9 Jul 2009 00:45:33 +0000 (17:45 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 9 Jul 2009 00:45:33 +0000 (17:45 -0700)
misc/show-tool-versions.py

index 95e84a27d749669a10df1b66c6141def38d746ab..8fc838dc5a6b343c20febf9bb4b72b97929cb361 100644 (file)
@@ -3,7 +3,7 @@
 import sys
 import subprocess
 
-print "python:", sys.version.replace("\n", " ")
+print "python:", sys.version.replace("\n", " ") + ', maxunicode: ' + str(sys.maxunicode)
 
 try:
     out = subprocess.Popen(["buildbot", "--version"],