diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-03 16:21:40 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-03 16:21:40 (GMT) |
commit | 510ff54324de94af23d5e229a176bffe09a87fd4 (patch) | |
tree | 15d958b96a7d2500428b4d657bb7a680eed3a2dc /Doc/library/sunaudio.rst | |
parent | e5d3bc4700d01a0beb57df84cdf6033acee49e3d (diff) | |
download | cpython-510ff54324de94af23d5e229a176bffe09a87fd4.zip cpython-510ff54324de94af23d5e229a176bffe09a87fd4.tar.gz cpython-510ff54324de94af23d5e229a176bffe09a87fd4.tar.bz2 |
Use Python 3 instead of 3.0.
Diffstat (limited to 'Doc/library/sunaudio.rst')
-rw-r--r-- | Doc/library/sunaudio.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/sunaudio.rst b/Doc/library/sunaudio.rst index 148eb5e..187204e 100644 --- a/Doc/library/sunaudio.rst +++ b/Doc/library/sunaudio.rst @@ -8,7 +8,7 @@ :deprecated: .. deprecated:: 2.6 - The :mod:`sunaudiodev` module has been deprecated for removal in Python 3.0. + The :mod:`sunaudiodev` module has been removed in Python 3. @@ -153,7 +153,7 @@ the SIGPOLL signal. Here's an example of how you might enable this in Python:: :deprecated: .. deprecated:: 2.6 - The :mod:`SUNAUDIODEV` module has been deprecated for removal in Python 3.0. + The :mod:`SUNAUDIODEV` module has been removed in Python 3. |