Subject | Re: How do i build the documentation ? |
---|---|
Author | mariuz |
Post date | 2011-11-12T21:31:50Z |
--- In firebird-python@yahoogroups.com, Hajime Nakagami <nakagami@...> wrote:
Tomorrow i will finish the tutorial and i will start to send you pull requests
...
C has been publicly available since 1972.
Python has been publicly available since 1991.
>Thanks it works
> Hi Pavel, mariuz and others
>
> Now I've released 0.6.3 including cursor iteration.
Tomorrow i will finish the tutorial and i will start to send you pull requests
>>> cur.execute(SELECT)... print '%s has been publicly available since %d.' % (name, year_released)
>>> for (name, year_released) in cur:
...
C has been publicly available since 1972.
Python has been publicly available since 1991.