[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.18,1.19

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Wed, 29 May 2002 12:21:00 -0700


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory usw-pr-cvs1:/tmp/cvs-serv18262

Modified Files:
	whatsnew23.tex 
Log Message:
Add OS/2 text

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** whatsnew23.tex	29 May 2002 17:30:34 -0000	1.18
--- whatsnew23.tex	29 May 2002 19:20:57 -0000	1.19
***************
*** 594,610 ****
  \subsection{Port-Specific Changes}
  
! 
! XXX write this
! 
! XXX OS/2 EMX port
  
  On MacOS, most toolbox modules have been weaklinked to improve
  backward compatibility.  This means that modules will no longer fail
  to load if a single routine is missing on the curent OS version.
! Instead calling the missing routine will raise an exception.  
  
! Sean Reifschneider contributed an updated RPM spec file that can be
! found in the \file{Misc/RPM/} directory in the Python source
! distribution.
  
  
--- 594,616 ----
  \subsection{Port-Specific Changes}
  
! Support for a port to IBM's OS/2 using the EMX runtime environment was
! merged into the main Python source tree.  EMX is a POSIX emulation
! layer over the OS/2 system APIs.  The Python port for EMX tries to
! support all the POSIX-like capability exposed by the EMX runtime, and
! mostly succeeds; \function{fork()} and \function{fcntl()} are
! restricted by the limitations of the underlying emulation layer.  The
! standard OS/2 port, which uses IBM's Visual Age compiler, also gained
! support for case-sensitive import semantics as part of the integration
! of the EMX port into CVS.  (Contributed by Andrew MacIntyre.)
  
  On MacOS, most toolbox modules have been weaklinked to improve
  backward compatibility.  This means that modules will no longer fail
  to load if a single routine is missing on the curent OS version.
! Instead calling the missing routine will raise an exception.
! (Contributed by Jack Jansen.)
  
! The RPM spec files, found in the \file{Misc/RPM/} directory in the
! Python source distribution, were updated for 2.3.  (Contributed by
! Sean Reifschneider.)
  
  
***************
*** 621,624 ****
--- 627,631 ----
  \end{itemize}
  
+ 
  %======================================================================
  \section{Acknowledgements \label{acks}}
***************
*** 626,630 ****
  The author would like to thank the following people for offering
  suggestions, corrections and assistance with various drafts of this
! article: Fred~L. Drake, Jr., Detlef Lannert.
  
  \end{document}
--- 633,637 ----
  The author would like to thank the following people for offering
  suggestions, corrections and assistance with various drafts of this
! article: Fred~L. Drake, Jr., Detlef Lannert, Andrew MacIntyre.
  
  \end{document}