[Python-checkins] r42098 - python/trunk/Doc/lib/libgetopt.tex

fred.drake python-checkins at python.org
Fri Jan 20 04:30:37 CET 2006


Author: fred.drake
Date: Fri Jan 20 04:30:36 2006
New Revision: 42098

Modified:
   python/trunk/Doc/lib/libgetopt.tex
Log:
add missing version identification

Modified: python/trunk/Doc/lib/libgetopt.tex
==============================================================================
--- python/trunk/Doc/lib/libgetopt.tex	(original)
+++ python/trunk/Doc/lib/libgetopt.tex	Fri Jan 20 04:30:36 2006
@@ -65,6 +65,8 @@
 If the first character of the option string is `+', or if the
 environment variable POSIXLY_CORRECT is set, then option processing
 stops as soon as a non-option argument is encountered.
+
+\versionadded{2.3}
 \end{funcdesc}
 
 \begin{excdesc}{GetoptError}


More information about the Python-checkins mailing list