[issue9173] logger statement not guarded in shutil._make_tarball

Paul Smith report at bugs.python.org
Tue Jul 6 02:05:00 CEST 2010


New submission from Paul Smith <paulsmith at pobox.com>:

A called to logger.info() in shutil._make_tarball is not guarded against the logger being None, and therefore raises an AttributeError if that is the case.

----------
components: Library (Lib)
files: shutil_logger_py27.patch
keywords: patch
messages: 109364
nosy: paulsmith
priority: normal
severity: normal
status: open
title: logger statement not guarded in shutil._make_tarball
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file17878/shutil_logger_py27.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9173>
_______________________________________


More information about the Python-bugs-list mailing list