Remove three outdated items from PEP 42.
This commit is contained in:
parent
280ed71ddc
commit
5dd2191e59
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue