Refactored pickle builder into a SerializingHTMLBuilder and PickleHTMLBuilder. Subclasses can change the serialization format easily.

This commit is contained in:
Armin Ronacher
2008-06-26 09:40:42 +00:00
parent ba99598c65
commit 95f7883e94
5 changed files with 133 additions and 32 deletions

12
CHANGES
View File

@@ -1,3 +1,15 @@
Release 0.5 (in development)
============================
New features added
------------------
* `SerializingHTMLBuilder` was added as new abstract builder that can
be subclassed to serialize build HTML in a specific format. The
`PickleHTMLBuilder` is a concrete subclass of it that uses pickle as
serialization implementation.
Release 0.4 (Jun 23, 2008)
==========================