|
From: <md...@us...> - 2007-08-01 12:28:25
|
Revision: 3650
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3650&view=rev
Author: mdboom
Date: 2007-08-01 05:28:24 -0700 (Wed, 01 Aug 2007)
Log Message:
-----------
Display Python version information in status header
Modified Paths:
--------------
trunk/matplotlib/setup.py
Modified: trunk/matplotlib/setup.py
===================================================================
--- trunk/matplotlib/setup.py 2007-08-01 12:26:55 UTC (rev 3649)
+++ trunk/matplotlib/setup.py 2007-08-01 12:28:24 UTC (rev 3650)
@@ -116,6 +116,7 @@
print_line()
print_raw("BUILDING MATPLOTLIB")
print_status('matplotlib', '%s (r%s)' % (__version__, __revision__.split()[-2]))
+print_status('python', sys.version)
print_status('platform', sys.platform)
if sys.platform == 'win32':
print_status('Windows version', sys.getwindowsversion())
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|