diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 02:47:54 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 02:47:54 (GMT) |
commit | 768d44f54d6c1ee7f9958680156a05b4d44e6e17 (patch) | |
tree | 2d9784363da6b395142855bac1d17d68f7a8865e /Misc | |
parent | 4c1f881f1366ca2fcb55071f3a1b779867fe07d4 (diff) | |
download | cpython-768d44f54d6c1ee7f9958680156a05b4d44e6e17.zip cpython-768d44f54d6c1ee7f9958680156a05b4d44e6e17.tar.gz cpython-768d44f54d6c1ee7f9958680156a05b4d44e6e17.tar.bz2 |
Deprecate the bsddb185 module for removal in 3.0.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Extension Modules Library ------- +- The bsddb185 module has been deprecated for removal in Python 3.0. + - The pure module has been deprecated for removal in Python 3.0. - Issue #2487: change the semantics of math.ldexp(x, n) when n is too |