[Python-Dev] Using temp files and the Internet in regression tests

Brett Cannon drifty@alum.berkeley.edu
Sat, 12 Apr 2003 15:20:35 -0700 (PDT)


For the regression tests for the stdlib, is it okay to create temporary
files (using tempfile) and connect to the Internet (when the network
resource is enabled)?

-Brett