New submission from Paul Smith <paulsm...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9173>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to