virtual inner classes in python?

John Roth newsgroups at jhrothjr.com
Tue Sep 9 19:33:45 EDT 2003


"kasper graversen" <kbilsted at hotmail.lala.com> wrote in message
news:opru88weos5j9jb9 at news.tiscali.dk...
> On Tue, 09 Sep 2003 18:31:59 -0400, Peter Hansen <peter at engcorp.com>
wrote:
>
>
> now, since you are confused(?) with my code posting, how should I go about
> posting python code the next time I want to do so?

Use spaces, not tabs. A fairly large number of newsreaders do not
handle tabs correctly. The general python recommendation is to always
use spaces for indentation, never tabs and absolutely never mixtures of
spaces and tabs. Most python aware editors can be set up to use spaces
conveniently.

John Roth
>
> -kasper






More information about the Python-list mailing list