[Python-checkins] python/dist/src/Misc NEWS,1.750,1.751

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 25 Apr 2003 17:21:33 -0700


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

Modified Files:
	NEWS 
Log Message:
Merge back from r23b1-branch

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.750
retrieving revision 1.751
diff -C2 -d -r1.750 -r1.751
*** NEWS	25 Apr 2003 19:19:52 -0000	1.750
--- NEWS	26 Apr 2003 00:21:31 -0000	1.751
***************
*** 211,216 ****
    See the module docstring for details.
  
- TBD
- 
  Build
  -----
--- 211,214 ----
***************
*** 230,233 ****
--- 228,232 ----
  - LONG_LONG was renamed to PY_LONG_LONG.  Extensions that use this and
    need compatibility with previous versions can use this:
+ 
      #ifndef  PY_LONG_LONG
      #define  PY_LONG_LONG  LONG_LONG
***************
*** 244,248 ****
  -------------
  
! TBD
  
  Tests
--- 243,247 ----
  -------------
  
! None this time.
  
  Tests