diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-01 18:20:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-01 18:20:16 (GMT) |
commit | 0ba5541a0e079f86d57cca8058ae874509cb31d1 (patch) | |
tree | b2ab6aeefa76019438321c878605d0289d1416d9 /Doc/lib | |
parent | ba60297a0a8ad14ecf3b49097edd17f888537356 (diff) | |
download | cpython-0ba5541a0e079f86d57cca8058ae874509cb31d1.zip cpython-0ba5541a0e079f86d57cca8058ae874509cb31d1.tar.gz cpython-0ba5541a0e079f86d57cca8058ae874509cb31d1.tar.bz2 |
Add a comment to the top of the file explaining why the file is here.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/mimelib.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/lib/mimelib.tex b/Doc/lib/mimelib.tex index c0e01eb..635bcd9 100644 --- a/Doc/lib/mimelib.tex +++ b/Doc/lib/mimelib.tex @@ -1,3 +1,10 @@ +% This document is largely a stub used to allow the email package docs +% to be formatted separately from the rest of the Python +% documentation. This allows the documentation to be released +% independently of the rest of Python since the email package is being +% maintained for multiple Python versions, and on an accelerated +% schedule. + \documentclass{howto} \title{email Package Reference} |