@@ -327,7 +327,7 @@ \section{PEP 277: Unicode file name support for Windows NT}
327327them to byte strings before passing them to the system, which can
328328cause a \exception {UnicodeError} to be raised. Applications can test
329329whether arbitrary Unicode strings are supported as file names by
330- checking \member {os.path.unicode_file_names }, a Boolean value.
330+ checking \member {os.path.supports_unicode_filenames }, a Boolean value.
331331
332332\begin {seealso }
333333
@@ -2106,10 +2106,10 @@ \section{Acknowledgements \label{acks}}
21062106
21072107The author would like to thank the following people for offering
21082108suggestions, corrections and assistance with various drafts of this
2109- article: Simon Brunning, Michael Chermside, Scott David Daniels,
2110- Fred~L. Drake, Jr., Kelly Gerber, Raymond Hettinger, Michael Hudson,
2111- Detlef Lannert, Martin von L\" owis, Andrew MacIntyre, Lalo Martins,
2112- Gustavo Niemeyer, Neal Norwitz, Hans Nowak, Chris Reedy, Vinay Sajip ,
2113- Neil Schemenauer, Jason Tishler, Just van~Rossum.
2109+ article: Simon Brunning, Michael Chermside, Andrew Dalke, Scott David
2110+ Daniels, Fred~L. Drake, Jr., Kelly Gerber, Raymond Hettinger, Michael
2111+ Hudson, Detlef Lannert, Martin von L\" owis, Andrew MacIntyre, Lalo
2112+ Martins, Gustavo Niemeyer, Neal Norwitz, Hans Nowak, Chris Reedy,
2113+ Vinay Sajip, Neil Schemenauer, Jason Tishler, Just van~Rossum.
21142114
21152115\end {document }
0 commit comments