Re: [Python-Dev] PEP 8 updates/clarifications

2005-12-15 Thread Nicola Larosa
gs of classes. An editor/IDE with folding support (keyboard shortcuts included) is a more comfortable solution. :-) -- Nicola Larosa - [EMAIL PROTECTED] The only thing the meek inherit is their ass being handed to them. -- Elaine "hfb" Ashton, October 2005 ___

[Python-Dev] OT pet peeve (was: Re: str.dedent)

2005-11-13 Thread Nicola Larosa
func( textwrap.dedent( '''\ line1 line2''')) This style uses up more vertical space, but I find it also gives code a clearer overall shape. -- Nicola Larosa - [EMAIL PROTECTED] Use of threads can be v

Re: [Python-Dev] Inconsistent behaviour in import/zipimport hooks

2005-11-09 Thread Nicola Larosa
> so the use case for changing things isn't very strong. In fact > the only use cases I know for not making .py available are in > situations where a proprietary "canned" application is distributed to > end users who have no intention or need to ever add to the code. Well, e