diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-02-03 15:16:15 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-02-03 15:16:15 (GMT) |
commit | b9ba4e6d755243041f259dda8615308050a6f441 (patch) | |
tree | ce755f97be8ccef95954909c34ff1b629821741e | |
parent | 9445ce57f1cdb93dc40ba267a322c4f2631b5edd (diff) | |
download | cpython-b9ba4e6d755243041f259dda8615308050a6f441.zip cpython-b9ba4e6d755243041f259dda8615308050a6f441.tar.gz cpython-b9ba4e6d755243041f259dda8615308050a6f441.tar.bz2 |
[Bug #679251] Use correct constant name
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 55a578d..a119a8f 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -327,7 +327,7 @@ Other systems also allow Unicode strings as file names but convert them to byte strings before passing them to the system, which can 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. +checking \member{os.path.supports_unicode_filenames}, a Boolean value. \begin{seealso} @@ -2106,10 +2106,10 @@ name. 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. +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} |