Пакет python-module-z3c.persistentfactory-tests: Информация

    Бинарный пакет: python-module-z3c.persistentfactory-tests
    Версия: 0.3-alt2.1
    Архитектура: i586
    Собран:  16 ноября 2011 г. 3:35
    Исходный пакет: python-module-z3c.persistentfactory
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/z3c.persistentfactory/

    Лицензия: ZPL
    О пакете: Tests for z3c.persistentfactory
    Описание: 
    The ZCA and the ZODB are a good combination where components require
    persistent state. ZCA factories or handlers typically retrieve any
    persistent state required from the persistent objects being adapted. If
    the persistent state required is not specific to the objects being
    adapted, a common solution is to register a persistent utility which is
    then looked up in the factory or handler. The persistent utility
    approach requires, however, that the one appropriate utility is looked
    up which requires support in the ZCA registrations either in the
    interface provided or the utility name.
    
    In some cases, however, it is more consistent with the object oriented
    semantics of Python and the ZCA to think of the factory or handler as an
    instance method of a persistent object. With this approach the
    non-context specific persistent state can be accessed on self.
    
    This package contains tests for z3c.persistentfactory.

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Vitaly Kuznetsov
    Eugeny A. Rostovtsev

    Последнее изменение


    20 октября 2011 г. Vitaly Kuznetsov 0.3-alt2.1
    - Rebuild with Python-2.7
    24 июня 2011 г. Eugeny A. Rostovtsev 0.3-alt2
    - Added necessary requirements
    - Excluded *.pth
    6 июня 2011 г. Eugeny A. Rostovtsev 0.3-alt1
    - Initial build for Sisyphus