summaryrefslogtreecommitdiffstats
path: root/Doc/libtypes.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-03-20 12:59:56 (GMT)
committerGuido van Rossum <guido@python.org>1995-03-20 12:59:56 (GMT)
commit86cb0928e3524aba846504696c9bab1ab3527c56 (patch)
tree15182a187a7e34c7958a2de8422db198b454e142 /Doc/libtypes.tex
parente56db434a9eb91bd73d99f2f8a86f3a1af8c7ac8 (diff)
downloadcpython-86cb0928e3524aba846504696c9bab1ab3527c56.zip
cpython-86cb0928e3524aba846504696c9bab1ab3527c56.tar.gz
cpython-86cb0928e3524aba846504696c9bab1ab3527c56.tar.bz2
added nodename macro calls for new very long section names
Diffstat (limited to 'Doc/libtypes.tex')
-rw-r--r--Doc/libtypes.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/libtypes.tex b/Doc/libtypes.tex
index a438d44..51c775e 100644
--- a/Doc/libtypes.tex
+++ b/Doc/libtypes.tex
@@ -206,6 +206,7 @@ See the section on built-in functions for an exact definition.
% XXXJH exceptions: overflow (when? what operations?) zerodivision
\subsubsection{Bit-string Operations on Integer Types}
+\nodename{Bit-string Operations}
Plain and long integer types support additional operations that make
sense only for bit-strings. Negative numbers are treated as their 2's
@@ -483,6 +484,7 @@ defines \code{\var{m}.a} to be \code{1}, but you can't write \code{\var{m}.__dic
Modules are written like this: \code{<module 'sys'>}.
\subsubsection{Classes and Class Instances}
+\nodename{Classes and Instances}
% XXXJH cross ref here
(See the Python Reference Manual for these.)