fixed issue 1279, sys.prefix in tickets, thanks mjmare

This commit is contained in:
Massimo
2013-01-17 11:08:32 -06:00
parent ab410b6707
commit 5b92d712f4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.1-alpha.2+timestamp.2013.01.17.11.00.19
Version 2.4.1-alpha.2+timestamp.2013.01.17.11.08.02
+1 -1
View File
@@ -243,7 +243,7 @@ def snapshot(info=None, context=5, code=None, environment=None):
# create a snapshot dict with some basic information
s = {}
s['pyver'] = 'Python ' + sys.version.split()[0] + ': ' + sys.executable
s['pyver'] = 'Python ' + sys.version.split()[0] + ': ' + sys.executable + ' (prefix: %s)' % sys.prefix
s['date'] = time.ctime(time.time())
# start to process frames