At 12:27 PM 6/17/2001 -0500, Aaron Swartz wrote:
>The Python9 paper mentioned (sans link) at:
>
>http://webware.sourceforge.net/Webware/WebKit/Docs/UsersGuide.html
>
>can be found at:
>
>http://www.python9.org/p9-cdrom/09/index.htm
>
>Please add a link to the manual. Thanks,

I'm extremely displeased that the CD-ROM shows this:

     def foo(self):
         if 1:
             bar()
         else:
             baz()

As:

def foo(self):

if 1:

bar()

else:

baz()



Do you manage the online CD-ROM contents, or were you just pointing them out?


-Chuck


_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to