From d605611bc533266e0e7a1358611f165f8160ffb1 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Wed, 27 Jun 2007 12:43:28 +0000 Subject: [PATCH] Removed some duplication. I suck at documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5551 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/email.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/email.txt b/docs/email.txt index d81a49c2e2..630f185d62 100644 --- a/docs/email.txt +++ b/docs/email.txt @@ -207,9 +207,6 @@ e-mail, you can subclass these two classes to suit your needs. move to a more object-oriented design for e-mail messages and retain the original functions only for backwards compatibility. - If you need to add new functionality to the e-mail infrastrcture, - sub-classing the ``EmailMessage`` class should make this a simple task. - In general, ``EmailMessage`` is responsible for creating the e-mail message itself. ``SMTPConnection`` is responsible for the network connection side of the operation. This means you can reuse the same connection (an