vmm
changeset 61 d85482575349
parent 57 38c42e09677a
child 62 869de537a020
--- a/vmm	Sat Aug 23 20:30:36 2008 +0000
+++ b/vmm	Sat Aug 23 22:25:21 2008 +0000
@@ -346,9 +346,10 @@
             w_std( " * %s" % warning)
 
 def show_version():
-    w_std("%s, %s %s (%s %s %s)\n" % (__prog__, _('version'), __version__,
-            __revision__, _('from'), strftime(locale.nl_langinfo(locale.D_FMT),
-                strptime(__date__, '%Y-%m-%d'))))
+    w_std("%s, %s %s (%s %s %s)\nPython %s %s %s\n" % (__prog__, _('version'),
+        __version__, __revision__, _('from'), strftime(
+            locale.nl_langinfo(locale.D_FMT), strptime(__date__, '%Y-%m-%d')),
+        sys.version.split()[0], _('on'), sys.platform.title()))
 
 #def main():
 if __name__ == '__main__':