]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blobdiff - misc/show-tool-versions.py
setup: print out the internal unicode representation of python in the "show-tool...
[tahoe-lafs/zfec.git] / misc / show-tool-versions.py
index 95e84a27d749669a10df1b66c6141def38d746ab..8fc838dc5a6b343c20febf9bb4b72b97929cb361 100755 (executable)
@@ -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"],