Обсуждение: python - fe: Bug fixes.

Поиск
Список
Период
Сортировка

python - fe: Bug fixes.

От
jwp@pgfoundry.org (James William Pye)
Дата:
Log Message:
-----------
Bug fixes.

- Fix StoredProcedure problems [still does not function properly as it can't parse argnames yet]
- Run list() around row_pack as most of the underlying functions require len() support.
- Use the typical.stdio instead of stdtime.

Modified Files:
--------------
    fe:
        setup.py (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/setup.py.diff?r1=1.8&r2=1.9)
    fe/src:
        tracenull.py (r1.34 -> r1.35)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.34&r2=1.35)