[Python-checkins] python/dist/src/Misc NEWS,1.968,1.969

theller at users.sourceforge.net theller at users.sourceforge.net
Thu Apr 22 13:28:28 EDT 2004


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

Modified Files:
	NEWS 
Log Message:
Forgot to mention the SF number, and that Bob Ippolito provided the patch.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.968
retrieving revision 1.969
diff -C2 -d -r1.968 -r1.969
*** NEWS	22 Apr 2004 17:23:39 -0000	1.968
--- NEWS	22 Apr 2004 17:28:25 -0000	1.969
***************
*** 474,478 ****
  - New public functions Py_IncRef() and Py_DecRef(), exposing the
    functionality of the Py_XINCREF() and Py_XDECREF macros. Useful for
!   runtime dynamic embedding of Python.
  
  - Added a new macro, PySequence_Fast_ITEMS, which retrieves a fast sequence's
--- 474,479 ----
  - New public functions Py_IncRef() and Py_DecRef(), exposing the
    functionality of the Py_XINCREF() and Py_XDECREF macros. Useful for
!   runtime dynamic embedding of Python.  See patch #938302, by Bob
!   Ippolito.
  
  - Added a new macro, PySequence_Fast_ITEMS, which retrieves a fast sequence's




More information about the Python-checkins mailing list