[Python-Dev] PEP282 and the warnings framework

Aahz aahz@pythoncraft.com
Thu, 16 May 2002 11:37:30 -0400


On Thu, May 16, 2002, holger krekel wrote:
> Kevin Butler wrote:
>> 
>> If I have a choice between writing:
>> 
>>    log.debug(
>>      "HOME environment variable set to non-existent directory %s",
>>      homedir
>>      )
> 
> with the mapping in my previous posting you would write
> 
>     log.debug(
>         "HOME environment variable set to non-existent directory " + homedir
>         )

There is no difference between these two.
-- 
Aahz (aahz@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"In the end, outside of spy agencies, people are far too trusting and
willing to help."  --Ira Winkler