[Python-checkins] CVS: python/nondist/peps pep-0230.txt,NONE,1.1 pep-0000.txt,1.51,1.52 pep-0160.txt,1.7,1.8 pep-0200.txt,1.46,1.47 pep-0205.txt,1.6,1.7 pep-0206.txt,1.8,1.9 pep-0207.txt,1.4,1.5 pep-0208.txt,1.2,1.3

Guido van Rossum python-dev@python.org
Tue, 28 Nov 2000 14:23:31 -0800


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32367

Modified Files:
	pep-0000.txt pep-0160.txt pep-0200.txt pep-0205.txt 
	pep-0206.txt pep-0207.txt pep-0208.txt 
Added Files:
	pep-0230.txt 
Log Message:
Add PEP 230, Warning Framework.
Changed Owner: to Author: in a number of PEPs.


--- NEW FILE ---
PEP: 230
Title: Warning Framework
Version: $Revision: 1.1 $
Author: guido@python.org (Guido van Rossum)
Status: Draft
Type: Standards Track
Python-Version: 2.1
Status: Incomplete
Post-History: 05-Nov-2000


Abstract

    This PEP proposes a C and Python level API, as well as command
    line flags, to issue warning messages and control what happens to
    them.  This is mostly based on GvR's proposal posted to python-dev
    on 05-Nov-2000, with some ideas (such as using classes to
    categorize warnings) merged in from Paul Prescod's
    counter-proposal posted on the same date.



Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -r1.51 -r1.52
*** pep-0000.txt	2000/11/28 22:13:44	1.51
--- pep-0000.txt	2000/11/28 22:23:25	1.52
***************
*** 39,42 ****
--- 39,43 ----
   I   226  pep-0226.txt  Python 2.1 Release Schedule            Hylton
   S   227  pep-0227.txt  Statically Nested Scopes               Hylton
+  S   230  pep-0230.txt  Warning Framework                      van Rossum
  
   Pie-in-the-sky PEPs (not ready; may become active yet)
***************
*** 124,128 ****
   S   228  pep-0228.txt  Reworking Python's Numeric Model       Zadka
   S   229  pep-0229.txt  Using Distutils to Build Python        Kuchling
! 
  
  Key
--- 125,129 ----
   S   228  pep-0228.txt  Reworking Python's Numeric Model       Zadka
   S   229  pep-0229.txt  Using Distutils to Build Python        Kuchling
!  S   230  pep-0230.txt  Warning Framework                      van Rossum
  
  Key

Index: pep-0160.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0160.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** pep-0160.txt	2000/10/30 20:48:44	1.7
--- pep-0160.txt	2000/11/28 22:23:25	1.8
***************
*** 2,6 ****
  Title:          Python 1.6 Release Schedule
  Version:        $Revision$
! Owner:          Fred L. Drake, Jr. <fdrake@acm.org>
  Python-Version: 1.6
  Status:         Complete
--- 2,6 ----
  Title:          Python 1.6 Release Schedule
  Version:        $Revision$
! Author:         Fred L. Drake, Jr. <fdrake@acm.org>
  Python-Version: 1.6
  Status:         Complete

Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** pep-0200.txt	2000/11/02 16:44:04	1.46
--- pep-0200.txt	2000/11/28 22:23:25	1.47
***************
*** 2,6 ****
  Title: Python 2.0 Release Schedule
  Version: $Revision$
! Owner: Jeremy Hylton <jeremy@digicool.com>
  Python-Version: 2.0
  Status: Final
--- 2,6 ----
  Title: Python 2.0 Release Schedule
  Version: $Revision$
! Author: Jeremy Hylton <jeremy@digicool.com>
  Python-Version: 2.0
  Status: Final

Index: pep-0205.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0205.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** pep-0205.txt	2000/11/28 13:43:00	1.6
--- pep-0205.txt	2000/11/28 22:23:25	1.7
***************
*** 2,6 ****
  Title: Weak References
  Version: $Revision$
! Owner: Fred L. Drake, Jr. <fdrake@acm.org>
  Python-Version: 2.1
  Status: Incomplete
--- 2,6 ----
  Title: Weak References
  Version: $Revision$
! Author: Fred L. Drake, Jr. <fdrake@acm.org>
  Python-Version: 2.1
  Status: Incomplete

Index: pep-0206.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0206.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** pep-0206.txt	2000/08/11 03:54:16	1.8
--- pep-0206.txt	2000/11/28 22:23:25	1.9
***************
*** 2,6 ****
  Title: 2.0 Batteries Included
  Version: $Revision$
! Owner: moshez@math.huji.ac.il (Moshe Zadka)
  Python-Version: 2.0
  Status: Draft
--- 2,6 ----
  Title: 2.0 Batteries Included
  Version: $Revision$
! Author: moshez@math.huji.ac.il (Moshe Zadka)
  Python-Version: 2.0
  Status: Draft

Index: pep-0207.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0207.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** pep-0207.txt	2000/11/28 22:13:45	1.4
--- pep-0207.txt	2000/11/28 22:23:25	1.5
***************
*** 2,6 ****
  Title: Rich Comparisions
  Version: $Revision$
! Owner: mal@lemburg.com (Marc-Andre Lemburg), guido@python.org (Guido van Rossum)
  Python-Version: 2.1
  Status: Incomplete
--- 2,6 ----
  Title: Rich Comparisions
  Version: $Revision$
! Author: mal@lemburg.com (Marc-Andre Lemburg), guido@python.org (Guido van Rossum)
  Python-Version: 2.1
  Status: Incomplete

Index: pep-0208.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0208.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** pep-0208.txt	2000/11/28 14:01:17	1.2
--- pep-0208.txt	2000/11/28 22:23:25	1.3
***************
*** 2,6 ****
  Title: Reworking the Coercion Model
  Version: $Revision$
! Owner: davida@activestate.com (David Ascher), pep@zadka.site.co.il (Moshe Zadka) 
  Python-Version: 2.1
  Status: Incomplete
--- 2,6 ----
  Title: Reworking the Coercion Model
  Version: $Revision$
! Author: davida@activestate.com (David Ascher), pep@zadka.site.co.il (Moshe Zadka) 
  Python-Version: 2.1
  Status: Incomplete