Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
067a940a
Commit
067a940a
authored
Dec 01, 2002
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ossaudiodev; fix typo
parent
10731910
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Doc/whatsnew/whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+7
-1
No files found.
Doc/whatsnew/whatsnew23.tex
View file @
067a940a
...
...
@@ -1070,7 +1070,7 @@ Modifying \file{sample.h} would then cause the module to be recompiled.
it now checks for the
\envvar
{
CC
}
,
\envvar
{
CFLAGS
}
,
\envvar
{
CPP
}
,
\envvar
{
LDFLAGS
}
, and
\envvar
{
CPPFLAGS
}
environment variables, using
them to override the settings in Python's configuration (contributed
by Robert Weber); the
\function
{
get
_
distutils
_
option()
}
method lists
by Robert Weber); the
\function
{
get
_
distutils
_
option
s
()
}
method lists
recently-added extensions to Distutils.
\item
The
\module
{
getopt
}
module gained a new function,
...
...
@@ -1160,6 +1160,12 @@ input values measured in radians. (Contributed by Raymond Hettinger.)
\module
{
posix
}
module that underlies the
\module
{
os
}
module.
(Contributed by Gustavo Niemeyer and Geert Jansen.)
\item
The old and never-documented
\module
{
linuxaudiodev
}
module has
been renamed to
\module
{
ossaudiodev
}
, because the OSS sound drivers
can be used on platforms other than Linux. The interface has also
been tidied and brought up to date in various ways. (Contributed by
Greg Ward.)
\item
The parser objects provided by the
\module
{
pyexpat
}
module
can now optionally buffer character data, resulting in fewer calls to
your character data handler and therefore faster performance. Setting
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment