From 5dd2191e5916b0acadf1f9a4903ab24ab6242c0e Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sat, 14 Aug 2010 21:09:54 +0000 Subject: [PATCH] Remove three outdated items from PEP 42. --- pep-0042.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pep-0042.txt b/pep-0042.txt index ca6ca2292..54f2396e6 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -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,