summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-04-21 22:18:52 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-04-21 22:18:52 (GMT)
commit8a96d209f02e0e4cd3d515fa2722a72a89017b2f (patch)
treecb619f615b2ea016cce8bb7dac1c50acbf1e23f0 /Misc
parentca6d9e9225ecc53fc62eff2c3058a2eb1dbfa4e8 (diff)
downloadcpython-8a96d209f02e0e4cd3d515fa2722a72a89017b2f.zip
cpython-8a96d209f02e0e4cd3d515fa2722a72a89017b2f.tar.gz
cpython-8a96d209f02e0e4cd3d515fa2722a72a89017b2f.tar.bz2
- Build the ossaudio extension on GNU/kFreeBSD.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f00817..d956c93 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,11 @@ Library
- Issue #8374: Update the internal alias table in the :mod:`locale` module
to cover recent locale changes and additions.
+Extension Modules
+-----------------
+
+- Build the ossaudio extension on GNU/kFreeBSD.
+
What's New in Python 2.7 beta 1?
================================