]> granicus.if.org Git - python/commit
Protect logging call against None argument (fixes #11045).
authorÉric Araujo <merwok@netwok.org>
Sat, 29 Jan 2011 20:32:11 +0000 (20:32 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 29 Jan 2011 20:32:11 +0000 (20:32 +0000)
commitac4e58eb610f7da80396f5c5e0a5d5d15bf0cc3f
tree9a1726a878a42dd4c618c025ff1d1af880b255a7
parent7dabf16f69f611ff1eee2cb83369c922cbff5112
Protect logging call against None argument (fixes #11045).

Initial patch by Kelsey Hightower.  Approved by Raymond.  A test was
non-trivial to write without calling the private function directly, so
we moved that for later.
Lib/shutil.py
Misc/NEWS