Commit 764a377c authored by Guido van Rossum's avatar Guido van Rossum

Typo in description of news in errno; added setlocale() call.

parent 44c36bb1
...@@ -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 errorcode maps them to numbers to errno names (e.g. EINTR), and errorstr 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.
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