Обсуждение: pgsql/src/interfaces/python pg.py

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

pgsql/src/interfaces/python pg.py

От
darcy@postgresql.org
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    darcy@postgresql.org    01/11/04 14:42:13

Modified files:
    src/interfaces/python: pg.py

Log message:
    The "%d", while syntactically correct, was confusing.  Added a space to
    make it clearer that d was the argument to the format operator.