[Twisted-Python] Re: [Twisted-commits] r15316 - Reorganize davxml.py into a few files, still exposed as davxml.py.
On Fri, 09 Dec 2005 19:18:17 -0700, Wilfredo Sanchez <wsanchez@wolfwood.twistedmatrix.com> wrote:
Author: wsanchez Date: Fri Dec 9 19:18:17 2005 New Revision: 15316
Added: branches/wsanchez/dav/twisted/web2/dav/elements/ branches/wsanchez/dav/twisted/web2/dav/elements/__init__.py branches/wsanchez/dav/twisted/web2/dav/elements/base.py - copied, changed from r15315, branches/wsanchez/dav/twisted/web2/dav/davxml.py branches/wsanchez/dav/twisted/web2/dav/elements/rfc2518.py - copied, changed from r15315, branches/wsanchez/dav/twisted/web2/dav/davxml.py branches/wsanchez/dav/twisted/web2/dav/elements/rfc3253.py - copied, changed from r15315, branches/wsanchez/dav/twisted/web2/dav/davxml.py branches/wsanchez/dav/twisted/web2/dav/elements/rfc3744.py - copied, changed from r15315, branches/wsanchez/dav/twisted/web2/dav/davxml.py Modified: branches/wsanchez/dav/twisted/web2/dav/davxml.py Log: Reorganize davxml.py into a few files, still exposed as davxml.py. davxml.py was getting way too big. Now elements are in files split up by RFC. We no longer have to manage __all__.
These elements don't constitute part of the application-level API, right? Jean-Paul
participants (1)
-
Jean-Paul Calderone