[Python-checkins] r54939 - python/trunk/Doc/lib/libsys.tex (original) (raw)
georg.brandl python-checkins at python.org
Tue Apr 24 17:10:12 CEST 2007
- Previous message: [Python-checkins] r54938 - python/trunk/Misc/NEWS
- Next message: [Python-checkins] r54940 - python/branches/release25-maint/Doc/lib/libsys.tex
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: georg.brandl Date: Tue Apr 24 17:10:09 2007 New Revision: 54939
Modified: python/trunk/Doc/lib/libsys.tex Log: Bug #1705717: error in sys.argv docs.
Modified: python/trunk/Doc/lib/libsys.tex
--- python/trunk/Doc/lib/libsys.tex (original) +++ python/trunk/Doc/lib/libsys.tex Tue Apr 24 17:10:09 2007 @@ -15,8 +15,8 @@ whether this is a full pathname or not). If the command was executed using the \programopt{-c} command line option to the interpreter, \code{argv[0]} is set to the string \code{'-c'}. If no
- script name was passed to the Python interpreter, \code{argv} has
- zero length.
- script name was passed to the Python interpreter, \code{argv[0]} is
- the empty string. \end{datadesc}
\begin{datadesc}{byteorder}
- Previous message: [Python-checkins] r54938 - python/trunk/Misc/NEWS
- Next message: [Python-checkins] r54940 - python/branches/release25-maint/Doc/lib/libsys.tex
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]