diff options
Diffstat (limited to 'Lib/distutils/log.py')
-rw-r--r-- | Lib/distutils/log.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/log.py b/Lib/distutils/log.py index e4959d6..97319a0 100644 --- a/Lib/distutils/log.py +++ b/Lib/distutils/log.py @@ -1,7 +1,5 @@ """A simple log mechanism styled after PEP 282.""" -# This module should be kept compatible with Python 2.1. - # The class here is styled after PEP 282 so that it could later be # replaced with a standard Python logging implementation. |