[mnet-devel] incredibly small detail of coding standards (was: [mnet-cvs]fixes to crypto51 build stuff)

icepick at icepick.info icepick at icepick.info
Wed Apr 2 16:18:14 BST 2003


On Wed, Apr 02, 2003 at 09:06:27AM -0500, Zooko wrote:
> 
> > --- mnetget.py	27 Mar 2003 05:46:35 -0000	1.1
> > +++ mnetget.py	2 Apr 2003 05:47:38 -0000	1.2
> > @@ -9,6 +9,9 @@
> >  import os
> >  import time
> >  
> > +True = 1==1
> > +False = 0==1
> > +
> 
> I spell this as:
> 
> True = 1 == 1
> False = 0 == 1
[...]
> So Myers: choose now and let me know!

it should be:

True = 1 == 1
False = 0 == 1


thus speakith me.

icepick


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
mnet-devel mailing list
mnet-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mnet-devel




More information about the Mnet-devel mailing list