Metadata-Version: 1.0
Name: dm.zopepatches.ztutils
Version: 1.0
Summary: Patches for Zope's ZTUtils in order to make 'make_query' and 'make_hidden_input* more flexible and more reliable.
Home-page: http://pypi.python.org/dm.zopepatches.ztutils
Author: Dieter Maurer
Author-email: dieter@handshake.de
License: BSD
Description: This package patches Zope's ``ZTUtils`` to improve it.
        
        Currently, ``ZTUtils.Zope.complex_marshal`` is replaced by a variant
        that correctly handles unicode and tuples. In addition, empty lists
        (and tuples) are retained. Tuples are marshalled as lists. This
        patch makes "make_query" and "make_hidden_input" more reliable.
Keywords: application development menu web
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Framework :: Zope2
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
