Re: [Python-Dev] cpython: #1874: detect invalid multipart CTE and report it as a defect.

2011-06-22 Thread R. David Murray
On Wed, 22 Jun 2011 21:40:57 +0200, Georg Brandl wrote: > On 22.06.2011 19:48, r.david.murray wrote: > > diff --git a/Lib/email/errors.py b/Lib/email/errors.py > > --- a/Lib/email/errors.py > > +++ b/Lib/email/errors.py > > @@ -55,3 +55,6 @@ > > > > class MultipartInvariantViolationDefect(Messa

Re: [Python-Dev] cpython: #1874: detect invalid multipart CTE and report it as a defect.

2011-06-22 Thread Georg Brandl
On 22.06.2011 19:48, r.david.murray wrote: > http://hg.python.org/cpython/rev/5a2602939d5d > changeset: 70925:5a2602939d5d > user:R David Murray > date:Wed Jun 22 13:47:53 2011 -0400 > summary: > #1874: detect invalid multipart CTE and report it as a defect. > > files: > Lib