[Python-Dev] PEP 282 Implementation

Barry A. Warsaw barry@zope.com
Mon, 8 Jul 2002 12:51:58 -0400


>>>>> "VS" == Vinay Sajip <vinay_sajip@red-dove.com> writes:

    VS> The file logging.py is (apart from some test scripts) all
    VS> that's supposed to go into Python 2.3. The file
    VS> logging-0.4.6.tar.gz contains the module, an updated version
    VS> of the PEP (which I mailed to Barry Warsaw on 26th June),
    VS> numerous test/example scripts, TeX documentation etc. You can
    VS> also refer to

PEP 282 update has been installed.

One coment about the PEP: where `lvl' is used as an argument to
methods and functions, I think we shouldn't be so cute.  Please spell
it out as `level'.

-Barry