Establish update policies for the decimal module.

This commit is contained in:
Raymond Hettinger 2004-08-19 22:58:30 +00:00
parent 9f2f16ef45
commit 08ce24e39a
1 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,7 @@ Backward Compatible Packages, Modules, and Tools
bsddb Greg Smith 2.1
Barry Warsaw
compiler Jeremy Hylton 2.1
decimal Raymond Hettinger 2.3 [2]
distutils Andrew Kuchling 1.5.2
email Barry Warsaw 2.1 / 2.3 [1]
logging Vinay Sajip 1.5.2
@ -104,6 +105,11 @@ Backward Compatible Packages, Modules, and Tools
package version 3 will be distributed with Python 2.4 and will
need to remain compatible only with Python 2.3.
[2] Specification updates will be treated as bugfixes and backported.
Python 2.3 compatibility will be kept for at least Python 2.4.
The decision will be revisited for Python 2.5 and not changed
unless compelling advantages arise.
Copyright