diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-17 21:04:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-17 21:04:18 (GMT) |
commit | c4fefb19cf326da8336381c54382d7f0d87bd602 (patch) | |
tree | a7c87e55cb171cf045c6711b6606e4c376ca7449 /Doc | |
parent | 38c2ef0a4c6f7824e520a94401a349fb7a3f0d59 (diff) | |
download | cpython-c4fefb19cf326da8336381c54382d7f0d87bd602.zip cpython-c4fefb19cf326da8336381c54382d7f0d87bd602.tar.gz cpython-c4fefb19cf326da8336381c54382d7f0d87bd602.tar.bz2 |
Kill a merge zombie.
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/libmods.tex | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/libmods.tex b/Doc/libmods.tex deleted file mode 100755 index 5bc6ee2..0000000 --- a/Doc/libmods.tex +++ /dev/null @@ -1,7 +0,0 @@ -\chapter{Built-in Modules} - -The modules described in this chapter are built into the interpreter -and considered part of Python's standard environment: they are always -available.\footnote{at least in theory --- it is possible to specify -at build time that one or more of these modules should be excluded, -but it would be antisocial to do so.} |