SF bug 660795: logging missing from Python 2.3a1 for Windows.
Added the logging package. In the meantime, Neal Norwitz added a test_logging.py to the std test suite, which would have caught this oversight in the Windows installer.
This commit is contained in:
parent
e149798c7f
commit
bbc5d1674b
|
@ -56,6 +56,9 @@ Tests
|
||||||
Windows
|
Windows
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- The new logging package is now installed by the Windows installer. It
|
||||||
|
wasn't in 2.3a1 due to oversight.
|
||||||
|
|
||||||
Mac
|
Mac
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2013,6 +2013,14 @@ item: Install File
|
||||||
end
|
end
|
||||||
item: Remark
|
item: Remark
|
||||||
end
|
end
|
||||||
|
item: Install File
|
||||||
|
Source=..\lib\logging\*.py
|
||||||
|
Destination=%MAINDIR%\Lib\logging
|
||||||
|
Description=Logging package
|
||||||
|
Flags=0000000000000010
|
||||||
|
end
|
||||||
|
item: Remark
|
||||||
|
end
|
||||||
item: Install File
|
item: Install File
|
||||||
Source=..\lib\site-packages\readme
|
Source=..\lib\site-packages\readme
|
||||||
Destination=%MAINDIR%\Lib\site-packages\README.txt
|
Destination=%MAINDIR%\Lib\site-packages\README.txt
|
||||||
|
|
Loading…
Reference in New Issue