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

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 25 Apr 2003 14:10:33 -0700


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

Modified Files:
      Tag: r23b1-branch
	NEWS 
Log Message:
Get rid of TBD markers; fix reST error.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.750
retrieving revision 1.750.2.1
diff -C2 -d -r1.750 -r1.750.2.1
*** NEWS	25 Apr 2003 19:19:52 -0000	1.750
--- NEWS	25 Apr 2003 21:10:12 -0000	1.750.2.1
***************
*** 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