[Python-checkins] r84041 - peps/trunk/pep-0042.txt

mark.dickinson python-checkins at python.org
Sat Aug 14 23:09:54 CEST 2010


Author: mark.dickinson
Date: Sat Aug 14 23:09:54 2010
New Revision: 84041

Log:
Remove three outdated items from PEP 42.

Modified:
   peps/trunk/pep-0042.txt

Modified: peps/trunk/pep-0042.txt
==============================================================================
--- peps/trunk/pep-0042.txt	(original)
+++ peps/trunk/pep-0042.txt	Sat Aug 14 23:09:54 2010
@@ -67,15 +67,6 @@
     - 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,


More information about the Python-checkins mailing list