[Python-Dev] zipfile.py

James C. Ahlstrom jim@interet.com
Mon, 20 Dec 1999 15:50:46 -0500


Greg Stein wrote:
> 
> On Mon, 20 Dec 1999, James C. Ahlstrom wrote:
> > "M.-A. Lemburg" wrote:
> But it shouldn't print a warning(!). If an application wants to replace a
> file, then stuff shouldn't appear on stdout as a result.

OK, no warning.
 
> The warning that __init__ prints shouldn't be there.

OK, it is gone.
 
> Really: there should not be a single "print" in the library (well,

No print unless _debug > 0

JimA