summaryrefslogtreecommitdiff
path: root/Lib/distutils/log.py
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-08-30 03:52:21 +0000
committerCollin Winter <collinw@gmail.com>2007-08-30 03:52:21 +0000
commit5b7e9d76f39dbf63573519c178835f72e5a5027a (patch)
tree96b04b9d52d875c9f39d148d88efeafb5184fd35 /Lib/distutils/log.py
parenta73bfee73da519a508e7d95bc55c1984ae7089bd (diff)
downloadcpython-git-5b7e9d76f39dbf63573519c178835f72e5a5027a.tar.gz
General cleanup, raise normalization in Lib/distutils.
Diffstat (limited to 'Lib/distutils/log.py')
-rw-r--r--Lib/distutils/log.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/log.py b/Lib/distutils/log.py
index e4959d6492..97319a07aa 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.