Commit b9ba4e6d authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

[Bug #679251] Use correct constant name

parent 9445ce57
...@@ -327,7 +327,7 @@ Other systems also allow Unicode strings as file names but convert ...@@ -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 them to byte strings before passing them to the system, which can
cause a \exception{UnicodeError} to be raised. Applications can test cause a \exception{UnicodeError} to be raised. Applications can test
whether arbitrary Unicode strings are supported as file names by 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} \begin{seealso}
...@@ -2106,10 +2106,10 @@ name. ...@@ -2106,10 +2106,10 @@ name.
The author would like to thank the following people for offering The author would like to thank the following people for offering
suggestions, corrections and assistance with various drafts of this suggestions, corrections and assistance with various drafts of this
article: Simon Brunning, Michael Chermside, Scott David Daniels, article: Simon Brunning, Michael Chermside, Andrew Dalke, Scott David
Fred~L. Drake, Jr., Kelly Gerber, Raymond Hettinger, Michael Hudson, Daniels, Fred~L. Drake, Jr., Kelly Gerber, Raymond Hettinger, Michael
Detlef Lannert, Martin von L\"owis, Andrew MacIntyre, Lalo Martins, Hudson, Detlef Lannert, Martin von L\"owis, Andrew MacIntyre, Lalo
Gustavo Niemeyer, Neal Norwitz, Hans Nowak, Chris Reedy, Vinay Sajip, Martins, Gustavo Niemeyer, Neal Norwitz, Hans Nowak, Chris Reedy,
Neil Schemenauer, Jason Tishler, Just van~Rossum. Vinay Sajip, Neil Schemenauer, Jason Tishler, Just van~Rossum.
\end{document} \end{document}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment