[Python-checkins] python/nondist/peps pep-0042.txt,1.72,1.73

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 20 Jun 2003 10:07:12 -0700


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv24667/peps

Modified Files:
	pep-0042.txt 
Log Message:
Added a new "Non-accidental IEEE-754 support" report.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** pep-0042.txt	15 May 2003 01:44:01 -0000	1.72
--- pep-0042.txt	20 Jun 2003 17:07:09 -0000	1.73
***************
*** 40,44 ****
              2a)  BDFL would really like to see some code!
  
!             2b)  BDFL is never going to be enthusiastic about this, but 
                   will work it in when it's easy.
         )
--- 40,44 ----
              2a)  BDFL would really like to see some code!
  
!             2b)  BDFL is never going to be enthusiastic about this, but
                   will work it in when it's easy.
         )
***************
*** 75,81 ****
        http://www.python.org/sf/445484
  
!       Error on handling nan 
        http://www.python.org/sf/737648
  
      - 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
--- 75,84 ----
        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
***************
*** 240,244 ****
        http://www.python.org/sf/415694
  
!     - pydoc should be integrated with the HTML docs, or at least 
        be able to link to them.
  
--- 243,247 ----
        http://www.python.org/sf/415694
  
!     - pydoc should be integrated with the HTML docs, or at least
        be able to link to them.
  
***************
*** 249,253 ****
        http://www.python.org/sf/472881
  
!     - asynchat is buggy in the face of multithreading. 
  
        http://www.python.org/sf/595217
--- 252,256 ----
        http://www.python.org/sf/472881
  
!     - asynchat is buggy in the face of multithreading.
  
        http://www.python.org/sf/595217
***************
*** 282,287 ****
        you would want to break that).  However, here's one idea:
  
!       'I' - unsigned int (consistent with H and B) 
!       'p' - unsigned long ('p' is for positive) 
        'P' - unsigned long long
  
--- 285,290 ----
        you would want to break that).  However, here's one idea:
  
!       'I' - unsigned int (consistent with H and B)
!       'p' - unsigned long ('p' is for positive)
        'P' - unsigned long long