22 Aug
2002
22 Aug
'02
12:29 a.m.
import random print random.choice(["true", "false"]) In a stand-alone .py file, this will print either "true" or "false". In a Python script in the ZODB, it prints "None". What gives? -- --- Nathan Valentine - nathan@nathanvalentine.org Jabber: NRVesKY AIM: NRVesKY ICQ: 39023424 -- --- Nathan Valentine - nathan@nathanvalentine.org Jabber: NRVesKY AIM: NRVesKY ICQ: 39023424