summaryrefslogtreecommitdiff
path: root/Lib/distutils/log.py
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 22:09:10 +0000
committerTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 22:09:10 +0000
commitf55b7de88aa9f69bf9c3b93dc653eaa1c0d357e1 (patch)
treedba1c18464f3b6db4caa4ffdb39b1b2f42d2650d /Lib/distutils/log.py
parent327e2834e4b560fd633747f82808088a17605cda (diff)
downloadcpython-f55b7de88aa9f69bf9c3b93dc653eaa1c0d357e1.tar.gz
Issue #5052: removed backward compatibility information (out of date)
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 95d4c1c5a2..fcaa545a79 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.