summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/BeOS-setup.py9
-rw-r--r--Misc/NEWS8
-rw-r--r--Misc/cheatsheet7
3 files changed, 6 insertions, 18 deletions
diff --git a/Misc/BeOS-setup.py b/Misc/BeOS-setup.py
index ea13ca4..aeb8ae7 100644
--- a/Misc/BeOS-setup.py
+++ b/Misc/BeOS-setup.py
@@ -445,15 +445,6 @@ class PyBuildExt(build_ext):
define_macros = expat_defs,
libraries = ['expat']) )
- # Platform-specific libraries
- if platform == 'linux2':
- # Linux-specific modules
- exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
-
- if platform == 'sunos5':
- # SunOS specific modules
- exts.append( Extension('sunaudiodev', ['sunaudiodev.c']) )
-
self.extensions.extend(exts)
# Call the method for detecting whether _tkinter can be compiled
diff --git a/Misc/NEWS b/Misc/NEWS
index 98b4fe1..dc64954 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -186,8 +186,12 @@ Library
AST -> bytecode mechanism.
- Removed these modules:
- * Bastion, bsddb185, exceptions, md5, MimeWriter, mimify, popen2, rexec,
- sets, sha, stringold, strop, timing, xmllib.
+ * audiodev, Bastion, bsddb185, exceptions, linuxaudiodev,
+ md5, MimeWriter, mimify, popen2,
+ rexec, sets, sha, stringold, strop, sunaudiodev, timing, xmllib.
+
+- Moved these modules to Tools/Demos:
+ * toaiff
- 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,
diff --git a/Misc/cheatsheet b/Misc/cheatsheet
index 2ef871f..3d34471 100644
--- a/Misc/cheatsheet
+++ b/Misc/cheatsheet
@@ -1808,7 +1808,6 @@ anydbm Generic interface to all dbm clones. (dbhash, gdbm,
asynchat Support for 'chat' style protocols
asyncore Asynchronous File I/O (in select style)
atexit Register functions to be called at exit of Python interpreter.
-audiodev Audio support for a few platforms.
base64 Conversions to/from base64 RFC-MIME transport encoding .
BaseHTTPServer Base class forhttp services.
Bastion "Bastionification" utility (control access to instance vars)
@@ -1871,7 +1870,6 @@ imputil Privides a way of writing customised import hooks.
inspect Tool for probing live Python objects.
keyword List of Python keywords.
linecache Cache lines from files.
-linuxaudiodev Lunix /dev/audio support.
locale Support for number formatting using the current locale
settings.
logging Python logging facility.
@@ -1946,7 +1944,6 @@ tempfile Temporary file name allocation.
textwrap Object for wrapping and filling text.
threading Proposed new higher-level threading interfaces
threading_api (doc of the threading module)
-toaiff Convert "arbitrary" sound files to AIFF files .
token Tokens (from "token.h").
tokenize Compiles a regular expression that recognizes Python tokens.
traceback Format and print Python stack traces.
@@ -2042,10 +2039,6 @@ zipfile Read & write PK zipped files.
DEVICE More constants for gl
imgfile Imglib image file interface
-* Suns *
-
- sunaudiodev Access to sun audio interface
-
Workspace exploration and idiom hints