PEP 293 is complete and checked in, so mark it as Final.
This commit is contained in:
parent
f12cda0bc3
commit
3d754f3e07
|
@ -98,7 +98,6 @@ Index by Category
|
|||
I 287 reStructuredText Docstring Format Goodger
|
||||
I 291 Backward Compatibility for Standard Library Norwitz
|
||||
S 292 Simpler String Substitutions Warsaw
|
||||
S 293 Codec Error Handling Callbacks Dörwald
|
||||
S 294 Type Names in the types Module Tirosh
|
||||
S 296 Adding a bytes Object Type Gilbert
|
||||
S 297 Support for System Upgrades Lemburg
|
||||
|
@ -139,6 +138,7 @@ Index by Category
|
|||
SF 264 Future statements in simulated shells Hudson
|
||||
SF 279 The enumerate() built-in function Hettinger
|
||||
SF 285 Adding a bool type van Rossum
|
||||
SF 293 Codec Error Handling Callbacks Dörwald
|
||||
|
||||
Empty PEPs (or containing only an abstract)
|
||||
|
||||
|
@ -284,7 +284,7 @@ Numerical Index
|
|||
I 290 Code Migration and Modernization Hettinger
|
||||
I 291 Backward Compatibility for Standard Library Norwitz
|
||||
S 292 Simpler String Substitutions Warsaw
|
||||
S 293 Codec Error Handling Callbacks Dörwald
|
||||
SF 293 Codec Error Handling Callbacks Dörwald
|
||||
S 294 Type Names in the types Module Tirosh
|
||||
SR 295 Interpretation of multiline string constants Koltsov
|
||||
S 296 Adding a bytes Object Type Gilbert
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Codec Error Handling Callbacks
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Walter Dörwald
|
||||
Status: Draft
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Created: 18-Jun-2002
|
||||
Python-Version: 2.3
|
||||
|
|
Loading…
Reference in New Issue