Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b9ba4e6d
Commit
b9ba4e6d
authored
Feb 03, 2003
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bug #679251] Use correct constant name
parent
9445ce57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Doc/whatsnew/whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+6
-6
No files found.
Doc/whatsnew/whatsnew23.tex
View file @
b9ba4e6d
...
...
@@ -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
_
file
names
}
, 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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment