]> granicus.if.org Git - python/commitdiff
Issue #7052: Removed captureWarnings from __all__
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 4 Oct 2009 12:20:12 +0000 (12:20 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 4 Oct 2009 12:20:12 +0000 (12:20 +0000)
Lib/logging/__init__.py

index 17d5220d0402189c800b0dd5c8bec4747a71c267..b6941b42b6008e4a466a8015c31dbc59f30d3d72 100644 (file)
@@ -27,7 +27,7 @@ __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
            'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
            'LogRecord', 'Logger', 'LoggerAdapter', 'NOTSET',
            'StreamHandler', 'WARN', 'WARNING', 'addLevelName', 'basicConfig',
-           'captureWarnings', 'critical', 'debug', 'disable', 'error',
+           'critical', 'debug', 'disable', 'error',
            'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
            'info', 'log', 'makeLogRecord', 'setLoggerClass', 'warn', 'warning']