[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.111,1.112

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 03 Feb 2003 07:16:20 -0800


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

Modified Files:
	whatsnew23.tex 
Log Message:
[Bug #679251] Use correct constant name

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.111
retrieving revision 1.112
diff -C2 -d -r1.111 -r1.112
*** whatsnew23.tex	27 Jan 2003 16:36:34 -0000	1.111
--- whatsnew23.tex	3 Feb 2003 15:16:15 -0000	1.112
***************
*** 328,332 ****
  cause a \exception{UnicodeError} to be raised. Applications can test
  whether arbitrary Unicode strings are supported as file names by
! checking \member{os.path.unicode_file_names}, a Boolean value.
  
  \begin{seealso}
--- 328,332 ----
  cause a \exception{UnicodeError} to be raised. Applications can test
  whether arbitrary Unicode strings are supported as file names by
! checking \member{os.path.supports_unicode_filenames}, a Boolean value.
  
  \begin{seealso}
***************
*** 2107,2115 ****
  The author would like to thank the following people for offering
  suggestions, corrections and assistance with various drafts of this
! article: Simon Brunning, Michael Chermside, Scott David Daniels,
! Fred~L. Drake, Jr., Kelly Gerber, Raymond Hettinger, Michael Hudson,
! Detlef Lannert, Martin von L\"owis, Andrew MacIntyre, Lalo Martins,
! Gustavo Niemeyer, Neal Norwitz, Hans Nowak, Chris Reedy, Vinay Sajip,
! Neil Schemenauer, Jason Tishler, Just van~Rossum.
  
  \end{document}
--- 2107,2115 ----
  The author would like to thank the following people for offering
  suggestions, corrections and assistance with various drafts of this
! article: Simon Brunning, Michael Chermside, Andrew Dalke, Scott David
! Daniels, Fred~L. Drake, Jr., Kelly Gerber, Raymond Hettinger, Michael
! Hudson, Detlef Lannert, Martin von L\"owis, Andrew MacIntyre, Lalo
! Martins, Gustavo Niemeyer, Neal Norwitz, Hans Nowak, Chris Reedy,
! Vinay Sajip, Neil Schemenauer, Jason Tishler, Just van~Rossum.
  
  \end{document}