mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
setup: add sys.maxunicode to the show-tool-versions output in order to investigate http://bugs.python.org/setuptools/issue78
This commit is contained in:
parent
22d390acbb
commit
7682f6b120
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user