[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.116,1.117

mwh@users.sourceforge.net mwh@users.sourceforge.net
Mon, 10 Feb 2003 11:24:54 -0800


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

Modified Files:
	whatsnew23.tex 
Log Message:
Sundry very picky changes.


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** whatsnew23.tex	10 Feb 2003 15:08:16 -0000	1.116
--- whatsnew23.tex	10 Feb 2003 19:24:50 -0000	1.117
***************
*** 102,107 ****
  
  There are also \method{issubset()} and \method{issuperset()} methods
! for checking whether one set is a strict subset or superset of
! another:
  
  \begin{verbatim}
--- 102,106 ----
  
  There are also \method{issubset()} and \method{issuperset()} methods
! for checking whether one set is a subset or superset of another:
  
  \begin{verbatim}
***************
*** 544,548 ****
  \constant{False}.  (\constant{True} and
  \constant{False} constants were added to the built-ins
! in Python 2.2.2, but the 2.2.2 versions simply have integer values of
  1 and 0 and aren't a different type.)
  
--- 543,547 ----
  \constant{False}.  (\constant{True} and
  \constant{False} constants were added to the built-ins
! in Python 2.2.1, but the 2.2.1 versions simply have integer values of
  1 and 0 and aren't a different type.)
  
***************
*** 1485,1489 ****
  
  \item On Windows, the \module{socket} module now ships with Secure 
! Sockets Library (SSL) support.
  
  \item The value of the C \constant{PYTHON_API_VERSION} macro is now exposed
--- 1484,1488 ----
  
  \item On Windows, the \module{socket} module now ships with Secure 
! Sockets Layer (SSL) support.
  
  \item The value of the C \constant{PYTHON_API_VERSION} macro is now exposed
***************
*** 1660,1663 ****
--- 1659,1664 ----
  %======================================================================
  \subsection{Date/Time Type}
+ 
+ % XXX This is out-of-date already: timetz and so on have gone away.
  
  Date and time types suitable for expressing timestamps were added as