diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-17 21:05:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-17 21:05:22 (GMT) |
commit | 3a3bb211c82233b6cce9e7ad3cfea7207994a66d (patch) | |
tree | 8a161786a75338aace7700b788f98f09e60adec4 /Doc | |
parent | c4fefb19cf326da8336381c54382d7f0d87bd602 (diff) | |
download | cpython-3a3bb211c82233b6cce9e7ad3cfea7207994a66d.zip cpython-3a3bb211c82233b6cce9e7ad3cfea7207994a66d.tar.gz cpython-3a3bb211c82233b6cce9e7ad3cfea7207994a66d.tar.bz2 |
Kill another merge zombie.
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/libstd.tex | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/libstd.tex b/Doc/libstd.tex deleted file mode 100755 index e642a8d..0000000 --- a/Doc/libstd.tex +++ /dev/null @@ -1,7 +0,0 @@ -\chapter{Standard Modules} - -The modules described in this chapter are implemented in Python, but -are considered to be a part of Python's standard environment: they are -always available.\footnote{at least in theory --- it is possible to -botch the library installation or to sabotage the module search path -so that these modules cannot be found.} |