Is there a maximum size to a Python program?

John Machin sjmachin at lexicon.net
Mon Apr 27 00:51:00 EDT 2009


On Apr 27, 2:34 pm, "Paul Hemans" <dar... at nowhere.com> wrote:

[snip]

> exists = session.query(schema.BILLS).filter(schema.BILLS.REFNO==u"1")
> if exists.count == 0:
>     entry.REFNO = u"1"
>     entry.THRDPTY = u"""C5"""
>     entry.AMOUNT = 0
>     entry.TIMESTAMP = 0
>     entry.ALLOCATED = 0
>     session.add(entry)

ἐδάκρυσεν ὁ Ἰησοῦς


More information about the Python-list mailing list