Report patch #416079 changes.

This commit is contained in:
Martin v. Löwis 2001-09-06 08:54:16 +00:00
parent b0162f9afc
commit cb227c9850
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ Core
Library
- telnetlib includes symbolic names for the options, and support for
setting an option negotiation callback.
- The new C standard no longer requires that math libraries set errno to
ERANGE on overflow. For platform libraries that exploit this new
freedom, Python's overflow-checking was wholly broken. A new overflow-