Обсуждение: python - pq: Raise exception instances.

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

python - pq: Raise exception instances.

От
jwp@pgfoundry.org (James William Pye)
Дата:
Log Message:
-----------
Raise exception instances.

I hear that this is the [more?] accepted way to raise exceptions in Python 3.0.
(Not sure if the other way is completely unsupported, but let's move anyways)

Modified Files:
--------------
    pq/src:
        client3.py (r1.24 -> r1.25)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.24&r2=1.25)
        element3.py (r1.15 -> r1.16)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/element3.py.diff?r1=1.15&r2=1.16)