Well I think I am going to learn how to create small little server the
will just send and recive a message from a client. I just want to know
is it easier to use twistedmatrix or just plain socket to create
servers?

Thanks
Kevin


On Tue, 29 Mar 2005 06:11:46 -0500, Kent Johnson <[EMAIL PROTECTED]> wrote:
> Kevin wrote:
> > Well I just noticed somthing about the entire sServer.py file. All the
> > code under each def is not indented
> 
> sServer.py mixes tabs and spaces for indentation. If you view it in an editor 
> that indents 8 spaces
> for a tab it is fine.
> 
> You might be interested in the reindent.py and untabify.py scripts in the 
> Python/Tools/Scripts
> directory.
> 
> Kent
> 
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to