Commits

Max Howell committed f069a3dcab9
Show command line instantiations when --verbose The sys module reimplements system and popen logging instantiations if verbose has been specified. This means if you import both you have to specify which to use, hence the `import func.popen`, etc. statements.