mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
General cleanup, raise normalization in Lib/distutils.
This commit is contained in:
parent
a73bfee73d
commit
5b7e9d76f3
47 changed files with 963 additions and 1640 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue