[Python-checkins] python/nondist/peps pep-0291.txt,1.9,1.10

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Aug 20 00:58:33 CEST 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11181

Modified Files:
	pep-0291.txt 
Log Message:
Establish update policies for the decimal module.



Index: pep-0291.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0291.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pep-0291.txt	6 May 2004 00:29:47 -0000	1.9
--- pep-0291.txt	19 Aug 2004 22:58:30 -0000	1.10
***************
*** 81,84 ****
--- 81,85 ----
                         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]
***************
*** 105,108 ****
--- 106,114 ----
          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



More information about the Python-checkins mailing list