projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22d390a
)
setup: add sys.maxunicode to the show-tool-versions output in order to investigate...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 9 Jul 2009 00:45:33 +0000
(17:45 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 9 Jul 2009 00:45:33 +0000
(17:45 -0700)
misc/show-tool-versions.py
patch
|
blob
|
history
diff --git
a/misc/show-tool-versions.py
b/misc/show-tool-versions.py
index 95e84a27d749669a10df1b66c6141def38d746ab..8fc838dc5a6b343c20febf9bb4b72b97929cb361 100644
(file)
--- a/
misc/show-tool-versions.py
+++ b/
misc/show-tool-versions.py
@@
-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"],