On Thu, Aug 05, 2004 at 09:51:03AM -0700 or thereabouts, John W. Baxter wrote:
> Run python from the command line. > > At the prompt, type > print True > > But what matters is what happens on the machine on which True is claimed by > Mailman to be undefined. John, Great idea. So how do I fix this? [EMAIL PROTECTED]:~$ python Python 2.3.4 (#1, Aug 4 2004, 23:33:28) [GCC 2.95.4 20011002 (Debian prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> print True True -Jeff ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
