| OLD | NEW |
| (Empty) |
| 1 Return-Path: <twisted-commits-admin@twistedmatrix.com> | |
| 2 Delivered-To: warner-twistedcvs@luther.lothar.com | |
| 3 Received: (qmail 32220 invoked by uid 1000); 14 Jan 2003 21:50:04 -0000 | |
| 4 Delivered-To: warner-twistedcvs@lothar.com | |
| 5 Received: (qmail 7923 invoked by uid 13574); 14 Jan 2003 21:49:48 -0000 | |
| 6 Received: from unknown (HELO pyramid.twistedmatrix.com) ([64.123.27.105]) (envel
ope-sender <twisted-commits-admin@twistedmatrix.com>) | |
| 7 by 130.94.181.6 (qmail-ldap-1.03) with SMTP | |
| 8 for <warner-twistedcvs@lothar.com>; 14 Jan 2003 21:49:48 -0000 | |
| 9 Received: from localhost ([127.0.0.1] helo=pyramid.twistedmatrix.com) | |
| 10 by pyramid.twistedmatrix.com with esmtp (Exim 3.35 #1 (Debian)) | |
| 11 id 18YYr0-0005en-00; Tue, 14 Jan 2003 15:44:14 -0600 | |
| 12 Received: from acapnotic by pyramid.twistedmatrix.com with local (Exim 3.35 #1 (
Debian)) | |
| 13 id 18YYq7-0005eQ-00 | |
| 14 for <twisted-commits@twistedmatrix.com>; Tue, 14 Jan 2003 15:43:19 -0600 | |
| 15 To: twisted-commits@twistedmatrix.com | |
| 16 From: itamarst CVS <itamarst@twistedmatrix.com> | |
| 17 Reply-To: twisted-python@twistedmatrix.com | |
| 18 X-Mailer: CVSToys | |
| 19 From: itamarst CVS <itamarst@twistedmatrix.com> | |
| 20 Reply-To: twisted-python@twistedmatrix.com | |
| 21 Message-Id: <E18YYq7-0005eQ-00@pyramid.twistedmatrix.com> | |
| 22 Subject: [Twisted-commits] submit formmethod now subclass of Choice | |
| 23 Sender: twisted-commits-admin@twistedmatrix.com | |
| 24 Errors-To: twisted-commits-admin@twistedmatrix.com | |
| 25 X-BeenThere: twisted-commits@twistedmatrix.com | |
| 26 X-Mailman-Version: 2.0.11 | |
| 27 Precedence: bulk | |
| 28 List-Help: <mailto:twisted-commits-request@twistedmatrix.com?subject=help> | |
| 29 List-Post: <mailto:twisted-commits@twistedmatrix.com> | |
| 30 List-Subscribe: <http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-commi
ts>, | |
| 31 <mailto:twisted-commits-request@twistedmatrix.com?subject=subscribe> | |
| 32 List-Id: <twisted-commits.twistedmatrix.com> | |
| 33 List-Unsubscribe: <http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-com
mits>, | |
| 34 <mailto:twisted-commits-request@twistedmatrix.com?subject=unsubscribe> | |
| 35 List-Archive: <http://twistedmatrix.com/pipermail/twisted-commits/> | |
| 36 Date: Tue, 14 Jan 2003 15:43:19 -0600 | |
| 37 Status: | |
| 38 | |
| 39 Modified files: | |
| 40 Twisted/twisted/web/woven/form.py 1.20 1.21 | |
| 41 Twisted/twisted/python/formmethod.py 1.12 1.13 | |
| 42 | |
| 43 Log message: | |
| 44 submit formmethod now subclass of Choice | |
| 45 | |
| OLD | NEW |