]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
footnote about keyword args
authorGuido van Rossum <guido@python.org>
Sun, 8 Oct 1995 01:07:06 +0000 (01:07 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 8 Oct 1995 01:07:06 +0000 (01:07 +0000)
Doc/ref/ref5.tex
Doc/ref/ref7.tex
Doc/ref5.tex
Doc/ref7.tex

index 00383ef383b9d2181c627153023875bd0738b6c7..62cd9a7e521d35105e3cb06d4a264a0feabca2cc 100644 (file)
@@ -318,7 +318,8 @@ selected).
 \index{call}
 
 A call calls a callable object (e.g. a function) with a possibly empty
-series of arguments:
+series of arguments:\footnote{The new syntax for keyword arguments is
+not yet documented in this manual.  See chapter 12 of the Tutorial.}
 \obindex{callable}
 
 \begin{verbatim}
index 196215accaa1ed52b746032db261504fb9232d0e..89fa6ed1f7248f2fd5ec5b38759715a621918285 100644 (file)
@@ -267,7 +267,9 @@ restriction may be lifted in the future).
 \indexii{function}{definition}
 
 A function definition defines a user-defined function object (see
-section \ref{types}):
+section \ref{types}):\footnote{The new syntax to receive arbitrary
+keyword arguments is not yet documented in this manual.  See chapter
+12 of the Tutorial.}
 \obindex{user-defined function}
 \obindex{function}
 
index 00383ef383b9d2181c627153023875bd0738b6c7..62cd9a7e521d35105e3cb06d4a264a0feabca2cc 100644 (file)
@@ -318,7 +318,8 @@ selected).
 \index{call}
 
 A call calls a callable object (e.g. a function) with a possibly empty
-series of arguments:
+series of arguments:\footnote{The new syntax for keyword arguments is
+not yet documented in this manual.  See chapter 12 of the Tutorial.}
 \obindex{callable}
 
 \begin{verbatim}
index 196215accaa1ed52b746032db261504fb9232d0e..89fa6ed1f7248f2fd5ec5b38759715a621918285 100644 (file)
@@ -267,7 +267,9 @@ restriction may be lifted in the future).
 \indexii{function}{definition}
 
 A function definition defines a user-defined function object (see
-section \ref{types}):
+section \ref{types}):\footnote{The new syntax to receive arbitrary
+keyword arguments is not yet documented in this manual.  See chapter
+12 of the Tutorial.}
 \obindex{user-defined function}
 \obindex{function}