diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/BeOS-setup.py | 2 | ||||
-rw-r--r-- | Misc/NEWS | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/Misc/BeOS-setup.py b/Misc/BeOS-setup.py index 556ddc5..d75bc24 100644 --- a/Misc/BeOS-setup.py +++ b/Misc/BeOS-setup.py @@ -188,8 +188,6 @@ class PyBuildExt(build_ext): # math library functions, e.g. sin() exts.append( Extension('math', ['mathmodule.c'], libraries=math_libs) ) - # fast string operations implemented in C - exts.append( Extension('strop', ['stropmodule.c']) ) # time operations and variables exts.append( Extension('time', ['timemodule.c'], libraries=math_libs) ) @@ -26,6 +26,10 @@ TO DO Core and Builtins ----------------- +- Remove BaseException.message. + +- Remove strop module. + - Remove tuple parameter unpacking (PEP 3113). - Remove the f_restricted attribute from frames. This naturally leads to teh @@ -190,7 +194,9 @@ Library - Remove Bastion and rexec as they have been disabled since Python 2.3 (this also leads to the C API support for restricted execution). -- Remove obsolete IRIX modules: al, cd, cl, fl, fm, gl, imgfile, sgi, sv. +- Remove obsolete IRIX modules: al/AL, cd/CD, cddb, cdplayer, cl/CL, DEVICE, + ERRNO, FILE, fl/FL, flp, fm, GET, gl/GL, GLWS, IN, imgfile, IOCTL, jpeg, + panel, panelparser, readcd, sgi, sv/SV, torgb, WAIT. - Remove bsddb185 module; it was obsolete. |