Metadata-Version: 1.0
Name: z3c.etestbrowser
Version: 1.3.0
Summary: Extensions for zope.testbrowser
Home-page: http://cheeseshop.python.org/pypi/z3c.etestbrowser
Author: Christian Theune
Author-email: ct@gocept.com
License: ZPL 2.1
Description: =====================================
        Extensions for the Zope 3 testbrowser
        =====================================
        
        This package is intended to provide extended versions of the Zope 3
        testbrowser. Especially those extensions that introduce dependencies to more
        external products, like lxml.
        
        Extension: lxml-support
        -----------------------
        
        All HTML pages are parsed and provided as an element-tree.
        
        
        =======
        CHANGES
        =======
        
        1.3.0 (2009-07-23)
        ------------------
        
        - Updgraded pacakge to lxml 2.2.
        
        - Fixed bug with `normalized_contents` which would break the `open` function
        of test browser if content wasn't parsable as HTML/XML.
        
        1.2.0 (2008-05-29)
        ------------------
        
        - Added `normalized_contents` attribute that reindents and normalizes the
        etree structure of a document and allows easier to read HTML/XML examples in
        doctests.
        
Keywords: zope3 testbrowser lxml
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
