[Twisted-Python] Re: [Twisted-commits] r15363 - Merge the DAV branch to trunk.

Andrew Bennetts andrew-twisted at puzzling.org
Fri Dec 23 01:26:30 EST 2005


On Fri, Dec 23, 2005 at 05:12:16PM +1100, Jonathan Lange wrote:
> On 12/22/05, Wilfredo Sanchez <wsanchez at wolfwood.twistedmatrix.com> wrote:
> > Author: wsanchez
> > Date: Wed Dec 21 17:28:58 2005
> > New Revision: 15363
> >
> > Added:
> >    trunk/twisted/python/pymodules/LICENSE-pypy.txt
> >       - copied unchanged from r15360, branches/wsanchez/dav/twisted/python/pymodules/LICENSE-pypy.txt
> >    trunk/twisted/python/pymodules/datetime.py
> >       - copied unchanged from r15360, branches/wsanchez/dav/twisted/python/pymodules/datetime.py
> >    trunk/twisted/web2/dav/
> >       - copied from r15360, branches/wsanchez/dav/twisted/web2/dav/
> <snip>
> 
> twisted.web2.dav.test.util uses tempfile.mkdtemp, which is unavailable
> in Python 2.2.  We still support Python 2.2 (ungh!).

Luckily twisted.trial.unittest.TestCase has a mktemp method that works even in
Python 2.2!  The DAV code should use that instead.

-Andrew




More information about the Twisted-Python mailing list