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
764a377c
Commit
764a377c
authored
Oct 08, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo in description of news in errno; added setlocale() call.
parent
44c36bb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Misc/NEWS
Misc/NEWS
+4
-1
No files found.
Misc/NEWS
View file @
764a377c
...
@@ -1268,7 +1268,7 @@ must compile with a -I option pointing to the standard Tcl source
...
@@ -1268,7 +1268,7 @@ must compile with a -I option pointing to the standard Tcl source
tree. For this reason, the thread support is disabled by default.
tree. For this reason, the thread support is disabled by default.
- The errno extension module adds two tables: errorcode maps errno
- The errno extension module adds two tables: errorcode maps errno
numbers to errno names (e.g. EINTR), and error
code
maps them to
numbers to errno names (e.g. EINTR), and error
str
maps them to
message strings. (The latter is redundant because the new call
message strings. (The latter is redundant because the new call
posix.strerror() now does the same, but alla...) (Marc-Andre Lemburg)
posix.strerror() now does the same, but alla...) (Marc-Andre Lemburg)
...
@@ -1420,3 +1420,6 @@ operate on.
...
@@ -1420,3 +1420,6 @@ operate on.
- In ftplib.py, changed most methods to return their status (even when
- In ftplib.py, changed most methods to return their status (even when
it is always "200 OK") rather than swallowing it.
it is always "200 OK") rather than swallowing it.
- main() now calls setlocale(LC_ALL, ""), if setlocale() and
<locale
.
h
>
are defined.
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