Added a new "Non-accidental IEEE-754 support" report.
This commit is contained in:
parent
5898f59b3e
commit
43f0969167
15
pep-0042.txt
15
pep-0042.txt
|
@ -39,7 +39,7 @@ Introduction
|
|||
|
||||
2a) BDFL would really like to see some code!
|
||||
|
||||
2b) BDFL is never going to be enthusiastic about this, but
|
||||
2b) BDFL is never going to be enthusiastic about this, but
|
||||
will work it in when it's easy.
|
||||
)
|
||||
|
||||
|
@ -74,9 +74,12 @@ Core Language / Builtins
|
|||
pickle lacks float('inf')
|
||||
http://www.python.org/sf/445484
|
||||
|
||||
Error on handling nan
|
||||
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,
|
||||
|
@ -239,7 +242,7 @@ Standard Library
|
|||
|
||||
http://www.python.org/sf/415694
|
||||
|
||||
- pydoc should be integrated with the HTML docs, or at least
|
||||
- pydoc should be integrated with the HTML docs, or at least
|
||||
be able to link to them.
|
||||
|
||||
http://www.python.org/sf/405554
|
||||
|
@ -248,7 +251,7 @@ Standard Library
|
|||
|
||||
http://www.python.org/sf/472881
|
||||
|
||||
- asynchat is buggy in the face of multithreading.
|
||||
- asynchat is buggy in the face of multithreading.
|
||||
|
||||
http://www.python.org/sf/595217
|
||||
|
||||
|
@ -281,8 +284,8 @@ C API wishes
|
|||
The "u" and "l" namespace is a little crowded (and I don't think
|
||||
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)
|
||||
'I' - unsigned int (consistent with H and B)
|
||||
'p' - unsigned long ('p' is for positive)
|
||||
'P' - unsigned long long
|
||||
|
||||
http://www.python.org/sf/454896
|
||||
|
|
Loading…
Reference in New Issue