diff -r fb0f4fe8123e Lib/logging/__init__.py --- a/Lib/logging/__init__.py Mon Jan 23 23:48:41 2012 +0100 +++ b/Lib/logging/__init__.py Thu Jan 26 02:16:34 2012 +1100 @@ -288,7 +288,7 @@ # for an example try: self.processName = mp.current_process().name - except StandardError: #pragma: no cover + except Exception: #pragma: no cover pass if logProcesses and hasattr(os, 'getpid'): self.process = os.getpid()

AltStyle によって変換されたページ (->オリジナル) /