Subject Re: How do i build the documentation ?
Author mariuz
--- In firebird-python@yahoogroups.com, Hajime Nakagami <nakagami@...> wrote:
>
> Hi Pavel, mariuz and others
>
> Now I've released 0.6.3 including cursor iteration.

Thanks it works

Tomorrow i will finish the tutorial and i will start to send you pull requests

>>> cur.execute(SELECT)
>>> for (name, year_released) in cur:
... print '%s has been publicly available since %d.' % (name, year_released)
...
C has been publicly available since 1972.
Python has been publicly available since 1991.