From: Guido van Rossum Date: Tue, 23 Apr 1991 14:11:26 +0000 (+0000) Subject: Added \dataitem command; removed DRAFT from title; changed a word X-Git-Tag: v0.9.8~963 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9d5c228f90cf8052cd913e81e9b4ccc12866936;p=thirdparty%2FPython%2Fcpython.git Added \dataitem command; removed DRAFT from title; changed a word in the reference to the reference document. --- diff --git a/Doc/lib.tex b/Doc/lib.tex index f0b649a00779..c87b90bc6683 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -11,6 +11,9 @@ % 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'}] @@ -18,8 +21,7 @@ } \title{\bf - Python Library Reference \\ - (DRAFT) + Python Library Reference } \author{ @@ -43,7 +45,7 @@ the standard modules that come with the {\Python} system. 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} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index f0b649a00779..c87b90bc6683 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -11,6 +11,9 @@ % 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'}] @@ -18,8 +21,7 @@ } \title{\bf - Python Library Reference \\ - (DRAFT) + Python Library Reference } \author{ @@ -43,7 +45,7 @@ the standard modules that come with the {\Python} system. 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}