Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9ba4e6

Browse files
committed
[Bug #679251] Use correct constant name
1 parent 9445ce5 commit b9ba4e6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ \section{PEP 277: Unicode file name support for Windows NT}
327327
them to byte strings before passing them to the system, which can
328328
cause a \exception{UnicodeError} to be raised. Applications can test
329329
whether 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

21072107
The author would like to thank the following people for offering
21082108
suggestions, 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

Comments
 (0)