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

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 18 14:46:28 CEST 2004


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

Modified Files:
	NEWS 
Log Message:
Patch #800236: add HTTPResponse.getheaders().


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1101
retrieving revision 1.1102
diff -C2 -d -r1.1101 -r1.1102
*** NEWS	18 Aug 2004 12:40:31 -0000	1.1101
--- NEWS	18 Aug 2004 12:46:26 -0000	1.1102
***************
*** 45,48 ****
--- 45,50 ----
  -------
  
+ - HTTPResponse has now a getheaders method.
+ 
  - Patch #1006219: let inspect.getsource handle '@' decorators. Thanks Simon
    Percivall.



More information about the Python-checkins mailing list