diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-14 02:50:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-14 02:50:55 (GMT) |
commit | 8ee679f0ce8b14a5ff9de397280b63db6e142d6d (patch) | |
tree | de085aaf3491ea3570b28a80fec8e2f6e6a70194 /Doc/lib/librestricted.tex | |
parent | 4124a0b343dcac70bbdc853d190e269a0d19e830 (diff) | |
download | cpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.zip cpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.tar.gz cpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.tar.bz2 |
Minor changes to match the style guide.
Diffstat (limited to 'Doc/lib/librestricted.tex')
-rw-r--r-- | Doc/lib/librestricted.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/librestricted.tex b/Doc/lib/librestricted.tex index 2e1c11a..fe18035 100644 --- a/Doc/lib/librestricted.tex +++ b/Doc/lib/librestricted.tex @@ -4,11 +4,11 @@ In general, Python programs have complete access to the underlying operating system throug the various functions and classes, For example, a Python program can open any file for reading and writing by using the \function{open()} built-in function (provided the underlying -OS gives you permission!). This is exactly what you want for most -applications. +operating system gives you permission!). This is exactly what you want +for most applications. There exists a class of applications for which this ``openness'' is -inappropriate. Take Grail: a web browser that accepts ``applets,'' +inappropriate. Take Grail: a Web browser that accepts ``applets,'' snippets of Python code, from anywhere on the Internet for execution on the local system. This can be used to improve the user interface of forms, for instance. Since the originator of the code is unknown, |