Deprecate tabs for indenting (was Re: Indenting with tabs vs spaces)
Bjorn Pettersen
BPettersen at NAREX.com
Thu Dec 6 12:46:40 EST 2001
More information about the Python-list mailing list
Thu Dec 6 12:46:40 EST 2001
- Previous message (by thread): Deprecate tabs for indenting (was Re: Indenting with tabs vs spaces)
- Next message (by thread): Deprecate tabs for indenting (was Re: Indenting with tabs vs spaces)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> From: Courageous [mailto:jkraska at san.rr.com] > > >> if isinstance(f, future.Step) or \ > >> isinstance(f, future.Status) or ... > > >klasses = [future.Step, future.Status, ...] > >if filter(lambda x: isinstance(f,x), klasses): > > You're really very annoying. Coming from someone that has kept this annoying thread alive for way too long I'll take that as a compliment. Thank you! -- bjorn Ps: Isn't it time for someone to call someone a space-nazi/tab-nazi so this thread can die?
- Previous message (by thread): Deprecate tabs for indenting (was Re: Indenting with tabs vs spaces)
- Next message (by thread): Deprecate tabs for indenting (was Re: Indenting with tabs vs spaces)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list