% A command to define a function item
\newcommand{\funcitem}[2]{\item[#1(#2)]}
+% A command to define a data item
+\newcommand{\dataitem}[1]{\item[#1]}
+
% A command to define an exception item
\newcommand{\excitem}[2]{
\item[#1 = {\tt '#2'}]
}
\title{\bf
- Python Library Reference \\
- (DRAFT)
+ Python Library Reference
}
\author{
It assumes basic knowledge about the {\Python} language.
For an informal introduction to the language, see the Tutorial document.
The Language Reference document (XXX not yet existing)
-gives a more formal reference to the language.
+gives a more formal definition of the language.
\end{abstract}
% A command to define a function item
\newcommand{\funcitem}[2]{\item[#1(#2)]}
+% A command to define a data item
+\newcommand{\dataitem}[1]{\item[#1]}
+
% A command to define an exception item
\newcommand{\excitem}[2]{
\item[#1 = {\tt '#2'}]
}
\title{\bf
- Python Library Reference \\
- (DRAFT)
+ Python Library Reference
}
\author{
It assumes basic knowledge about the {\Python} language.
For an informal introduction to the language, see the Tutorial document.
The Language Reference document (XXX not yet existing)
-gives a more formal reference to the language.
+gives a more formal definition of the language.
\end{abstract}