[Python-checkins] python/nondist/peps pep-0242.txt,1.3,1.4

goodger@users.sourceforge.net goodger@users.sourceforge.net
Fri, 14 Feb 2003 06:50:56 -0800


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv28399

Modified Files:
	pep-0242.txt 
Log Message:
rejected by the author

Index: pep-0242.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0242.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pep-0242.txt	17 Apr 2001 22:12:46 -0000	1.3
--- pep-0242.txt	14 Feb 2003 14:50:54 -0000	1.4
***************
*** 2,7 ****
  Title: Numeric Kinds
  Version: $Revision$
  Author: paul@pfdubois.com (Paul F. Dubois)
! Status: Draft
  Type: Standards Track
  Created: 17-Mar-2001
--- 2,8 ----
  Title: Numeric Kinds
  Version: $Revision$
+ Last-Modified: $Date$
  Author: paul@pfdubois.com (Paul F. Dubois)
! Status: Rejected
  Type: Standards Track
  Created: 17-Mar-2001
***************
*** 208,211 ****
--- 209,226 ----
  
      No open issues have been raised at this time.
+ 
+ 
+ Rejection
+ 
+     This PEP has been closed by the author.  The kinds module will not
+     be added to the standard library.
+ 
+     There was no opposition to the proposal but only mild interest in
+     using it, not enough to justify adding the module to the standard
+     library.  Instead, it will be made available as a separate
+     distribution item at the Numerical Python site.  At the next
+     release of Numerical Python, it will no longer be a part of the
+     Numeric distribution.
+ 
  
  Copyright