Remove three outdated items from PEP 42.

This commit is contained in:
Mark Dickinson 2010-08-14 21:09:54 +00:00
parent 280ed71ddc
commit 5dd2191e59
1 changed files with 0 additions and 9 deletions

View File

@ -67,15 +67,6 @@ Core Language / Builtins
- Non-accidental IEEE-754 support (Infs, NaNs, settable traps, etc).
Big project.
pickle lacks float('inf')
http://www.python.org/sf/445484
Error on handling nan
http://www.python.org/sf/737648
Infinite floats don't work in compiled modules on windows
http://www.python.org/sf/757815
- Windows: Trying to create (or even access) files with certain magic
names can hang or crash Windows systems. This is really a bug in the
OSes, but some apps try to shield users from it. When it happens,