Обсуждение: python - fe: Refactor tracenull Fitting.

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

python - fe: Refactor tracenull Fitting.

От
jwp@pgfoundry.org (James William Pye)
Дата:
Log Message:
-----------
Refactor tracenull Fitting.

The benefits of the "protection" that creating hard bound classes and functions
costs more than it is worth. The benefits are actually few and questionable at
best.

Refactor things so everything relative to the connection is not built in
__new__, rather, likely, give it a connection as an argument.
[Bugs are likely to be about, but tests pass.]

Modified Files:
--------------
    fe/src:
        tracenull.py (r1.12 -> r1.13)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.12&r2=1.13)