[pyrepl-checkins] r53573 - pyrepl/trunk/pyrepl
arigo at codespeak.net
arigo at codespeak.net
Tue Apr 8 13:10:50 CEST 2008
Author: arigo
Date: Tue Apr 8 13:10:49 2008
New Revision: 53573
Modified:
pyrepl/trunk/pyrepl/pythoni1
Log:
Print banner.
Modified: pyrepl/trunk/pyrepl/pythoni1
==============================================================================
--- pyrepl/trunk/pyrepl/pythoni1 (original)
+++ pyrepl/trunk/pyrepl/pythoni1 Tue Apr 8 13:10:49 2008
@@ -13,4 +13,5 @@
if os.getenv('PYTHONSTARTUP'):
execfile(os.getenv('PYTHONSTARTUP'))
+print 'Python', sys.version
run_multiline_interactive_console()
More information about the pyrepl-checkins
mailing list