[Python-checkins] python/nondist/peps pep-0000.txt,1.221,1.222

goodger@users.sourceforge.net goodger@users.sourceforge.net
Sat, 21 Dec 2002 11:50:30 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP 302; van Rossum -> GvR; added JvR

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.221
retrieving revision 1.222
diff -C2 -d -r1.221 -r1.222
*** pep-0000.txt	30 Nov 2002 01:55:29 -0000	1.221
--- pep-0000.txt	21 Dec 2002 19:50:27 -0000	1.222
***************
*** 37,42 ****
   I     5  Guidelines for Language Evolution            Prescod
   I     6  Bug Fix Releases                             Aahz
!  I     7  Style Guide for C Code                       van Rossum
!  I     8  Style Guide for Python Code                  van Rossum, Warsaw
   I     9  Sample Plaintext PEP Template                Warsaw
   I    10  Voting Guidelines                            Warsaw
--- 37,42 ----
   I     5  Guidelines for Language Evolution            Prescod
   I     6  Bug Fix Releases                             Aahz
!  I     7  Style Guide for C Code                       GvR
!  I     8  Style Guide for Python Code                  GvR, Warsaw
   I     9  Sample Plaintext PEP Template                Warsaw
   I    10  Voting Guidelines                            Warsaw
***************
*** 47,56 ****
  
   I    42  Feature Requests                             Hylton
!  I   101  Doing Python Releases 101                    Warsaw, van Rossum
!  I   102  Doing Python Micro Releases                Baxter, Warsaw, van Rossum
   IF  247  API for Cryptographic Hash Functions         Kuchling
   IF  248  Python Database API Specification v1.0       Lemburg
   IF  249  Python Database API Specification v2.0       Lemburg
!  I   257  Docstring Conventions                        Goodger, van Rossum
   IF  272  API for Block Encryption Algorithms v1.0     Kuchling
   I   290  Code Migration and Modernization             Hettinger
--- 47,56 ----
  
   I    42  Feature Requests                             Hylton
!  I   101  Doing Python Releases 101                    Warsaw, GvR
!  I   102  Doing Python Micro Releases                  Baxter, Warsaw, GvR
   IF  247  API for Cryptographic Hash Functions         Kuchling
   IF  248  Python Database API Specification v1.0       Lemburg
   IF  249  Python Database API Specification v2.0       Lemburg
!  I   257  Docstring Conventions                        Goodger, GvR
   IF  272  API for Block Encryption Algorithms v1.0     Kuchling
   I   290  Code Migration and Modernization             Hettinger
***************
*** 59,64 ****
   Accepted PEPs (accepted; may not be implemented yet)
  
!  S   252  Making Types Look More Like Classes          van Rossum
!  S   253  Subtyping Built-in Types                     van Rossum
  
   Open PEPs (under consideration)
--- 59,64 ----
   Accepted PEPs (accepted; may not be implemented yet)
  
!  S   252  Making Types Look More Like Classes          GvR
!  S   253  Subtyping Built-in Types                     GvR
  
   Open PEPs (under consideration)
***************
*** 68,73 ****
   S   215  String Interpolation                         Yee
   S   218  Adding a Built-In Set Object Type            Wilson
!  S   228  Reworking Python's Numeric Model             Zadka, van Rossum
!  S   237  Unifying Long Integers and Integers          Zadka, van Rossum
   S   239  Adding a Rational Type to Python             Craig, Zadka
   S   240  Adding a Rational Literal to Python          Craig, Zadka
--- 68,73 ----
   S   215  String Interpolation                         Yee
   S   218  Adding a Built-In Set Object Type            Wilson
!  S   228  Reworking Python's Numeric Model             Zadka, GvR
!  S   237  Unifying Long Integers and Integers          Zadka, GvR
   S   239  Adding a Rational Type to Python             Craig, Zadka
   S   240  Adding a Rational Literal to Python          Craig, Zadka
***************
*** 76,80 ****
   S   245  Python Interface Syntax                      Pelletier
   S   246  Object Adaptation                            Evans
!  S   254  Making Classes Look More Like Types          van Rossum
   S   256  Docstring Processing System Framework        Goodger
   S   258  Docutils Design Specification                Goodger
--- 76,80 ----
   S   245  Python Interface Syntax                      Pelletier
   S   246  Object Adaptation                            Evans
!  S   254  Making Classes Look More Like Types          GvR
   S   256  Docstring Processing System Framework        Goodger
   S   258  Docutils Design Specification                Goodger
***************
*** 89,96 ****
   S   276  Simple Iterator for ints                     Althoff
   S   278  Universal Newline Support                    Jansen
!  S   280  Optimizing access to globals                 van Rossum
   S   281  Loop Counter Iteration with range and xrange Hetland
   S   282  A Logging System                             Sajip, Mick
!  I   283  Python 2.3 Release Schedule                  van Rossum
   S   284  Integer for-loops                            Eppstein, Ewing
   S   286  Enhanced Argument Tuples                     von Loewis
--- 89,96 ----
   S   276  Simple Iterator for ints                     Althoff
   S   278  Universal Newline Support                    Jansen
!  S   280  Optimizing access to globals                 GvR
   S   281  Loop Counter Iteration with range and xrange Hetland
   S   282  A Logging System                             Sajip, Mick
!  I   283  Python 2.3 Release Schedule                  GvR
   S   284  Integer for-loops                            Eppstein, Ewing
   S   286  Enhanced Argument Tuples                     von Loewis
***************
*** 104,107 ****
--- 104,108 ----
   S   299  Special __main__() function in modules       Epler
   S   301  Package Index and Metadata for Distutils     Jones
+  S   302  New Import Hooks                             JvR
  
   Finished PEPs (done, implemented in CVS)
***************
*** 114,118 ****
   SF  203  Augmented Assignments                        Wouters
   S   205  Weak References                              Drake
!  SF  207  Rich Comparisons                             van Rossum, Ascher
   SF  208  Reworking the Coercion Model                 Schemenauer, Lemburg
   SF  214  Extended Print Statement                     Warsaw
--- 115,119 ----
   SF  203  Augmented Assignments                        Wouters
   S   205  Weak References                              Drake
!  SF  207  Rich Comparisons                             GvR, Ascher
   SF  208  Reworking the Coercion Model                 Schemenauer, Lemburg
   SF  214  Extended Print Statement                     Warsaw
***************
*** 123,137 ****
   S   227  Statically Nested Scopes                     Hylton
   SF  229  Using Distutils to Build Python              Kuchling
!  SF  230  Warning Framework                            van Rossum
   SF  232  Function Attributes                          Warsaw
!  SF  234  Iterators                                    Yee, van Rossum
   SF  235  Import on Case-Insensitive Platforms         Peters
   SF  236  Back to the __future__                       Peters
!  SF  238  Changing the Division Operator               Zadka, van Rossum
   SF  241  Metadata for Python Software Packages        Kuchling
   SF  250  Using site-packages on Windows               Moore
!  IF  251  Python 2.2 Release Schedule                  Warsaw, van Rossum
   SF  255  Simple Generators                            Schemenauer, et al
!  SF  260  Simplify xrange()                            van Rossum
   S   261  Support for "wide" Unicode characters        Prescod
   SF  263  Defining Python Source Code Encodings        Lemburg
--- 124,138 ----
   S   227  Statically Nested Scopes                     Hylton
   SF  229  Using Distutils to Build Python              Kuchling
!  SF  230  Warning Framework                            GvR
   SF  232  Function Attributes                          Warsaw
!  SF  234  Iterators                                    Yee, GvR
   SF  235  Import on Case-Insensitive Platforms         Peters
   SF  236  Back to the __future__                       Peters
!  SF  238  Changing the Division Operator               Zadka, GvR
   SF  241  Metadata for Python Software Packages        Kuchling
   SF  250  Using site-packages on Windows               Moore
!  IF  251  Python 2.2 Release Schedule                  Warsaw, GvR
   SF  255  Simple Generators                            Schemenauer, et al
!  SF  260  Simplify xrange()                            GvR
   S   261  Support for "wide" Unicode characters        Prescod
   SF  263  Defining Python Source Code Encodings        Lemburg
***************
*** 139,143 ****
   SF  277  Unicode file name support for Windows NT     Hodgson
   SF  279  The enumerate() built-in function            Hettinger
!  SF  285  Adding a bool type                           van Rossum
   SF  293  Codec Error Handling Callbacks               Dörwald
  
--- 140,144 ----
   SF  277  Unicode file name support for Windows NT     Hodgson
   SF  279  The enumerate() built-in function            Hettinger
!  SF  285  Adding a bool type                           GvR
   SF  293  Codec Error Handling Callbacks               Dörwald
  
***************
*** 161,165 ****
   SD  233  Python Online Help                           Prescod
   SR  244  The `directive' Statement                    von Loewis
!  SR  259  Omit printing newline after newline          van Rossum
   SD  262  Database of Installed Python Packages        Kuchling
   SR  270  uniq method for list objects                 Petrone
--- 162,166 ----
   SD  233  Python Online Help                           Prescod
   SR  244  The `directive' Statement                    von Loewis
!  SR  259  Omit printing newline after newline          GvR
   SD  262  Database of Installed Python Packages        Kuchling
   SR  270  uniq method for list objects                 Petrone
***************
*** 181,186 ****
   I     5  Guidelines for Language Evolution            Prescod
   I     6  Bug Fix Releases                             Aahz
!  I     7  Style Guide for C Code                       van Rossum
!  I     8  Style Guide for Python Code                  van Rossum, Warsaw
   I     9  Sample Plaintext PEP Template                Warsaw
   I    10  Voting Guidelines                            Warsaw
--- 182,187 ----
   I     5  Guidelines for Language Evolution            Prescod
   I     6  Bug Fix Releases                             Aahz
!  I     7  Style Guide for C Code                       GvR
!  I     8  Style Guide for Python Code                  GvR, Warsaw
   I     9  Sample Plaintext PEP Template                Warsaw
   I    10  Voting Guidelines                            Warsaw
***************
*** 190,195 ****
  
   SF  100  Python Unicode Integration                   Lemburg
!  I   101  Doing Python Releases 101                    Warsaw, van Rossum
!  I   102  Doing Python Micro Releases                Baxter, Warsaw, van Rossum
   IF  160  Python 1.6 Release Schedule                  Drake
  
--- 191,196 ----
  
   SF  100  Python Unicode Integration                   Lemburg
!  I   101  Doing Python Releases 101                    Warsaw, GvR
!  I   102  Doing Python Micro Releases                  Baxter, Warsaw, GvR
   IF  160  Python 1.6 Release Schedule                  Drake
  
***************
*** 201,205 ****
   S   205  Weak References                              Drake
   I   206  2.0 Batteries Included                       Zadka
!  SF  207  Rich Comparisons                             van Rossum, Ascher
   SF  208  Reworking the Coercion Model                 Schemenauer, Lemburg
   S   209  Adding Multidimensional Arrays               Barrett, Oliphant
--- 202,206 ----
   S   205  Weak References                              Drake
   I   206  2.0 Batteries Included                       Zadka
!  SF  207  Rich Comparisons                             GvR, Ascher
   SF  208  Reworking the Coercion Model                 Schemenauer, Lemburg
   S   209  Adding Multidimensional Arrays               Barrett, Oliphant
***************
*** 222,236 ****
   I   226  Python 2.1 Release Schedule                  Hylton
   S   227  Statically Nested Scopes                     Hylton
!  S   228  Reworking Python's Numeric Model             Zadka, van Rossum
   SF  229  Using Distutils to Build Python              Kuchling
!  SF  230  Warning Framework                            van Rossum
   SR  231  __findattr__()                               Warsaw
   SF  232  Function Attributes                          Warsaw
   SD  233  Python Online Help                           Prescod
!  SF  234  Iterators                                    Yee, van Rossum
   SF  235  Import on Case-Insensitive Platforms         Peters
   SF  236  Back to the __future__                       Peters
!  S   237  Unifying Long Integers and Integers          Zadka, van Rossum
!  SF  238  Changing the Division Operator               Zadka, van Rossum
   S   239  Adding a Rational Type to Python             Craig, Zadka
   S   240  Adding a Rational Literal to Python          Craig, Zadka
--- 223,237 ----
   I   226  Python 2.1 Release Schedule                  Hylton
   S   227  Statically Nested Scopes                     Hylton
!  S   228  Reworking Python's Numeric Model             Zadka, GvR
   SF  229  Using Distutils to Build Python              Kuchling
!  SF  230  Warning Framework                            GvR
   SR  231  __findattr__()                               Warsaw
   SF  232  Function Attributes                          Warsaw
   SD  233  Python Online Help                           Prescod
!  SF  234  Iterators                                    Yee, GvR
   SF  235  Import on Case-Insensitive Platforms         Peters
   SF  236  Back to the __future__                       Peters
!  S   237  Unifying Long Integers and Integers          Zadka, GvR
!  SF  238  Changing the Division Operator               Zadka, GvR
   S   239  Adding a Rational Type to Python             Craig, Zadka
   S   240  Adding a Rational Literal to Python          Craig, Zadka
***************
*** 245,258 ****
   IF  249  Python Database API Specification v2.0       Lemburg
   SF  250  Using site-packages on Windows               Moore
!  IF  251  Python 2.2 Release Schedule                  Warsaw, van Rossum
!  S   252  Making Types Look More Like Classes          van Rossum
!  S   253  Subtyping Built-in Types                     van Rossum
!  S   254  Making Classes Look More Like Types          van Rossum
   SF  255  Simple Generators                            Schemenauer, et al
   S   256  Docstring Processing System Framework        Goodger
!  I   257  Docstring Conventions                        Goodger, van Rossum
   S   258  Docutils Design Specification                Goodger
!  SR  259  Omit printing newline after newline          van Rossum
!  SF  260  Simplify xrange()                            van Rossum
   S   261  Support for "wide" Unicode characters        Prescod
   SD  262  Database of Installed Python Packages        Kuchling
--- 246,259 ----
   IF  249  Python Database API Specification v2.0       Lemburg
   SF  250  Using site-packages on Windows               Moore
!  IF  251  Python 2.2 Release Schedule                  Warsaw, GvR
!  S   252  Making Types Look More Like Classes          GvR
!  S   253  Subtyping Built-in Types                     GvR
!  S   254  Making Classes Look More Like Types          GvR
   SF  255  Simple Generators                            Schemenauer, et al
   S   256  Docstring Processing System Framework        Goodger
!  I   257  Docstring Conventions                        Goodger, GvR
   S   258  Docutils Design Specification                Goodger
!  SR  259  Omit printing newline after newline          GvR
!  SF  260  Simplify xrange()                            GvR
   S   261  Support for "wide" Unicode characters        Prescod
   SD  262  Database of Installed Python Packages        Kuchling
***************
*** 274,283 ****
   S   278  Universal Newline Support                    Jansen
   SF  279  The enumerate() built-in function            Hettinger
!  S   280  Optimizing access to globals                 van Rossum
   S   281  Loop Counter Iteration with range and xrange Hetland
   S   282  A Logging System                             Sajip, Mick
!  I   283  Python 2.3 Release Schedule                  van Rossum
   S   284  Integer for-loops                            Eppstein, Ewing
!  SF  285  Adding a bool type                           van Rossum
   S   286  Enhanced Argument Tuples                     von Loewis
   I   287  reStructuredText Docstring Format            Goodger
--- 275,284 ----
   S   278  Universal Newline Support                    Jansen
   SF  279  The enumerate() built-in function            Hettinger
!  S   280  Optimizing access to globals                 GvR
   S   281  Loop Counter Iteration with range and xrange Hetland
   S   282  A Logging System                             Sajip, Mick
!  I   283  Python 2.3 Release Schedule                  GvR
   S   284  Integer for-loops                            Eppstein, Ewing
!  SF  285  Adding a bool type                           GvR
   S   286  Enhanced Argument Tuples                     von Loewis
   I   287  reStructuredText Docstring Format            Goodger
***************
*** 295,298 ****
--- 296,300 ----
   S   299  Special __main__() function in modules       Epler
   S   301  Package Index and Metadata for Distutils     Jones
+  S   302  New Import Hooks                             JvR
   SR  666  Reject Foolish Indentation                   Creighton
  
***************
*** 358,362 ****
      Reifschneider, Sean      jafo-pep@tummy.com
      Riehl, Jonathan          jriehl@spaceship.com
!     van Rossum, Guido        guido@python.org
      Sajip, Vinay             vinay_sajip@red-dove.com
      Schemenauer, Neil        nas@arctrix.com
--- 360,365 ----
      Reifschneider, Sean      jafo-pep@tummy.com
      Riehl, Jonathan          jriehl@spaceship.com
!     van Rossum, Guido (GvR)  guido@python.org
!     van Rossum, Just (JvR)   just@letterror.com
      Sajip, Vinay             vinay_sajip@red-dove.com
      Schemenauer, Neil        nas@arctrix.com