From: Fred Drake Date: Tue, 1 Oct 2002 18:20:16 +0000 (+0000) Subject: Add a comment to the top of the file explaining why the file is here. X-Git-Tag: v2.3c1~3906 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ba5541a0e079f86d57cca8058ae874509cb31d1;p=thirdparty%2FPython%2Fcpython.git Add a comment to the top of the file explaining why the file is here. --- diff --git a/Doc/lib/mimelib.tex b/Doc/lib/mimelib.tex index c0e01eb41a0d..635bcd9f1dd8 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}