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

jlgijsbers at users.sourceforge.net jlgijsbers at users.sourceforge.net
Wed Aug 18 14:40:34 CEST 2004


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

Modified Files:
	NEWS 
Log Message:
Patch #1006219: let inspect.getsource show '@' decorators and add tests for
this (which are rather ugly, but it'll have to do until test_inspect gets a
major overhaul and a conversion to unittest). Thanks Simon Percivall!


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1100
retrieving revision 1.1101
diff -C2 -d -r1.1100 -r1.1101
*** NEWS	18 Aug 2004 12:27:40 -0000	1.1100
--- NEWS	18 Aug 2004 12:40:31 -0000	1.1101
***************
*** 45,48 ****
--- 45,51 ----
  -------
  
+ - Patch #1006219: let inspect.getsource handle '@' decorators. Thanks Simon
+   Percivall.
+ 
  - logging.handlers.SMTPHandler.date_time has been removed;
    the class now uses email.Utils.formatdate to generate the time stamp.



More information about the Python-checkins mailing list