Jean-Marc Lasgouttes wrote: > Therefore I would use something like > (env.has_key('assertions') and env['assertions']) or (! > env.has_key('assertions') and mode == 'debug') (assuming the code above is > working python and env.has_key tells me about command line options.
Good question. I'm not sure either about was env.has_key does. > However, I do not see how this change could fix the assertions problem on > windows. No, but I find the current behaviour irritating. Bo, are you reading this, by any chance? Jürgen