[Python-checkins] python/dist/src/Misc python.man,1.27,1.28

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Thu Oct 7 14:04:53 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29310

Modified Files:
	python.man 
Log Message:
Add -m to man page

Index: python.man
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/python.man,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- python.man	26 May 2003 05:15:35 -0000	1.27
+++ python.man	7 Oct 2004 12:04:50 -0000	1.28
@@ -16,6 +16,10 @@
 .B \-i
 ]
 [
+.B \-m 
+.I module-name
+]
+[
 .B \-O
 ]
 .br
@@ -107,6 +111,13 @@
 useful to inspect global variables or a stack trace when a script
 raises an exception.
 .TP
+.BI "\-m " module-name
+Searches 
+.I sys.path 
+for the named module and runs the corresponding 
+.I .py 
+file as a script.
+.TP
 .B \-O
 Turn on basic optimizations.  This changes the filename extension for
 compiled (bytecode) files from



More information about the Python-checkins mailing list