[Python-checkins] python/dist/src/Misc NEWS,1.337.2.4.2.62,1.337.2.4.2.63

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sun, 23 Feb 2003 15:45:19 -0800


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

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
Fix SF bug #691793, Python 2.3a2 build fails on Tru64

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.62
retrieving revision 1.337.2.4.2.63
diff -C2 -d -r1.337.2.4.2.62 -r1.337.2.4.2.63
*** NEWS	19 Feb 2003 03:52:47 -0000	1.337.2.4.2.62
--- NEWS	23 Feb 2003 23:45:16 -0000	1.337.2.4.2.63
***************
*** 3,6 ****
--- 3,9 ----
  ============================
  
+ - Fix problem building on OSF1 because the compiler only accepted
+   preprocessor directives that start in column 1.  (SF bug #691793.)
+ 
  - Fixed two places in PyObject_Generic{Get,Set}Attr() where the
    tp_descr_{get,set} slot of a descriptor's type was accessed without