[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.126,1.127

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Sat, 01 Mar 2003 18:32:01 -0800


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

Modified Files:
	whatsnew23.tex 
Log Message:
Add updates for alpha2

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** whatsnew23.tex	2 Mar 2003 02:13:52 -0000	1.126
--- whatsnew23.tex	2 Mar 2003 02:31:58 -0000	1.127
***************
*** 330,333 ****
--- 330,335 ----
  checking \member{os.path.supports_unicode_filenames}, a Boolean value.
  
+ Under MacOS, \function{os.listdir()} may now return Unicode filenames.
+ 
  \begin{seealso}
  
***************
*** 1360,1364 ****
  \code{itertools.ifilter(predicate, iterator)} returns all elements in
  the iterator for which the function \function{predicate()} returns
! \constant{True}, and \code{itertools.times(\var{N}, obj)} returns
  \code{obj} \var{N} times.  There are a number of other functions in
  the module; see the \ulink{package's reference
--- 1362,1366 ----
  \code{itertools.ifilter(predicate, iterator)} returns all elements in
  the iterator for which the function \function{predicate()} returns
! \constant{True}, and \code{itertools.repeat(obj, \var{N})} returns
  \code{obj} \var{N} times.  There are a number of other functions in
  the module; see the \ulink{package's reference
***************
*** 1496,1501 ****
  Sockets Layer (SSL) support.
  
! \item The value of the C \constant{PYTHON_API_VERSION} macro is now exposed
! at the Python level as \code{sys.api_version}.
  
  \item The new \module{tarfile} module 
--- 1498,1505 ----
  Sockets Layer (SSL) support.
  
! \item The value of the C \constant{PYTHON_API_VERSION} macro is now
! exposed at the Python level as \code{sys.api_version}.  The current
! exception can be cleared by calling the new \function{sys.exc_clear()}
! function.
  
  \item The new \module{tarfile} module