[Python-bugs-list] [ python-Bugs-660795 ] logging missing from Python 2.3a1 for Windows

noreply@sourceforge.net noreply@sourceforge.net
Thu, 02 Jan 2003 08:03:58 -0800


Bugs item #660795, was opened at 2003-01-01 14:59
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=660795&group_id=5470

Category: Windows
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Erik Demaine (edemaine)
Assigned to: Tim Peters (tim_one)
Summary: logging missing from Python 2.3a1 for Windows

Initial Comment:
The release notes for Python 2.3a1 claim that the
"logging" package should be available in Python 2.3a1,
but the Windows self-installing EXE claims otherwise. 
At least, Python23/Lib/logging doesn't exist after
installation (in contrast to the tarball).

----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2003-01-02 11:03

Message:
Logged In: YES 
user_id=31435

Cool!  Thanks, Neal.  The installer has been fixed (for the next 
2.3 release), and a Python installed from it passes the new 
logging test.

Misc/NEWS; new revision: 1.589
PCbuild/python20.wse; new revision: 1.114

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-01-02 09:59

Message:
Logged In: YES 
user_id=33168

Bad timing.  I was working w/Vinay on the logging test.  He
just gave me the ok to checkin.  There's a lot in the test,
hopefully it works on Windows.

Checked in as Lib/test/test_logging.py and
Lib/test/output/test_logging.

----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2003-01-02 00:26

Message:
Logged In: YES 
user_id=31435

Ack.  No new directory gets into the Windows installer 
unless the Wise script is programmed to put it there.  This 
is a longstanding alpha glitch for new packages.  If the test 
suite had even tried to import logging, it would have been 
caught (I always use the installer to install Python, and run 
a pile of tests on the installed version, before a release).

So I'll add the logging package to the installer.  Neal, it 
would be mondo cool if you could whip up a basic 
test_logging.py for the test suite, to verify that the package 
exists and that at least one piece of logging functionality 
actually works.  Assign back to me whether or not you can 
make time to do that.

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-01-01 15:42

Message:
Logged In: YES 
user_id=33168

Tim, do you need to do something special to get directories?
 Did bsddb make it in?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=660795&group_id=5470