[Python-checkins] python/dist/src/Misc NEWS,1.1099,1.1100

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 18 14:27:44 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27372/Misc

Modified Files:
	NEWS 
Log Message:
Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1099
retrieving revision 1.1100
diff -C2 -d -r1.1099 -r1.1100
*** NEWS	18 Aug 2004 11:06:45 -0000	1.1099
--- NEWS	18 Aug 2004 12:27:40 -0000	1.1100
***************
*** 45,48 ****
--- 45,51 ----
  -------
  
+ - logging.handlers.SMTPHandler.date_time has been removed;
+   the class now uses email.Utils.formatdate to generate the time stamp.
+ 
  - A new function tkFont.nametofont was added to return an existing
    font. The Font class constructor now has an additional exists argument



More information about the Python-checkins mailing list