]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add import sys, needed by reference to sys.exc_info() in rmtree().
authorGuido van Rossum <guido@python.org>
Tue, 23 Feb 1999 23:07:51 +0000 (23:07 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Feb 1999 23:07:51 +0000 (23:07 +0000)
commit83c03e2d94da97e715b18c29e27a553832b09065
tree5b0711ff722aeeeb5dfae78e125f18075ce15edb
parentb6cf9a4fc46344ea346643cb58c36792c03a0bf0
Add import sys, needed by reference to sys.exc_info() in rmtree().
Discovered by Mitch Chapman.
Lib/shutil.py