[Python-checkins] python/dist/src/Misc NEWS,1.588,1.589

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 02 Jan 2003 08:02:30 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv19201/python/Misc

Modified Files:
	NEWS 
Log Message:
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.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.588
retrieving revision 1.589
diff -C2 -d -r1.588 -r1.589
*** NEWS	1 Jan 2003 20:07:49 -0000	1.588
--- NEWS	2 Jan 2003 16:02:25 -0000	1.589
***************
*** 57,60 ****
--- 57,63 ----
  -------
  
+ - The new logging package is now installed by the Windows installer.  It
+   wasn't in 2.3a1 due to oversight.
+ 
  Mac
  ---
***************
*** 144,148 ****
  
  - PEP 302 has been accepted.  Although it was inititally developed to
!   support zipimport, it offers a new, general import hook mechanism. 
    Several new variables have been added to the sys module:
    sys.meta_path, sys.path_hooks, and sys.path_importer_cache; these
--- 147,151 ----
  
  - PEP 302 has been accepted.  Although it was inititally developed to
!   support zipimport, it offers a new, general import hook mechanism.
    Several new variables have been added to the sys module:
    sys.meta_path, sys.path_hooks, and sys.path_importer_cache; these
***************
*** 1079,1083 ****
    be used to run any Python script using the window manager (including
    Tkinter or wxPython scripts).
!   
  - Most of Mac/Lib has moved to Lib/plat-mac, which is again used both in
    MacPython-OSX and MacPython-OS9. The only modules remaining in Mac/Lib
--- 1082,1086 ----
    be used to run any Python script using the window manager (including
    Tkinter or wxPython scripts).
! 
  - Most of Mac/Lib has moved to Lib/plat-mac, which is again used both in
    MacPython-OSX and MacPython-OS9. The only modules remaining in Mac/Lib