[Python-checkins] python/dist/src/Misc NEWS,1.754,1.755

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 03 May 2003 02:09:05 -0700


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

Modified Files:
	NEWS 
Log Message:
Patch #711902: Cause pydoc to show data descriptor __doc__ strings.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.754
retrieving revision 1.755
diff -C2 -d -r1.754 -r1.755
*** NEWS	2 May 2003 20:24:56 -0000	1.754
--- NEWS	3 May 2003 09:09:02 -0000	1.755
***************
*** 22,25 ****
--- 22,28 ----
  -------
  
+ - inspect.is{method|data}descriptor was added, to allow pydoc display
+   __doc__ of data descriptors.
+ 
  - Fixed socket speed loss caused by use of the _socketobject wrapper class
    in socket.py.