diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-18 15:40:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-18 15:40:11 (GMT) |
commit | 31ecd50d0231ec2cee3c7e85035fff16ecae0533 (patch) | |
tree | 2f6475c1bfcd30cb75c4744fa252bb1dc878efab /Doc/lib/librestricted.tex | |
parent | af0bfbee46c54e40ebb3fc4e775e184b590a2dfe (diff) | |
download | cpython-31ecd50d0231ec2cee3c7e85035fff16ecae0533.zip cpython-31ecd50d0231ec2cee3c7e85035fff16ecae0533.tar.gz cpython-31ecd50d0231ec2cee3c7e85035fff16ecae0533.tar.bz2 |
Added \label{} for logical addressing.
Diffstat (limited to 'Doc/lib/librestricted.tex')
-rw-r--r-- | Doc/lib/librestricted.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/librestricted.tex b/Doc/lib/librestricted.tex index 9786cf0..55936ac 100644 --- a/Doc/lib/librestricted.tex +++ b/Doc/lib/librestricted.tex @@ -1,4 +1,5 @@ \chapter{Restricted Execution} +\label{restricted} In general, Python programs have complete access to the underlying operating system throug the various functions and classes, For |