Mark PEP327 (decimal floating point) as approved and final.
This commit is contained in:
parent
469498ea6e
commit
706f202b24
|
@ -121,7 +121,6 @@ Index by Category
|
||||||
S 323 Copyable Iterators Martelli
|
S 323 Copyable Iterators Martelli
|
||||||
S 324 popen5 - New POSIX process module Astrand
|
S 324 popen5 - New POSIX process module Astrand
|
||||||
S 325 Resource-Release Support for Generators Pedroni
|
S 325 Resource-Release Support for Generators Pedroni
|
||||||
S 327 Decimal Data Type Batista
|
|
||||||
S 330 Python Bytecode Verification Pelletier
|
S 330 Python Bytecode Verification Pelletier
|
||||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||||
|
|
||||||
|
@ -165,6 +164,7 @@ Index by Category
|
||||||
SF 293 Codec Error Handling Callbacks Dörwald
|
SF 293 Codec Error Handling Callbacks Dörwald
|
||||||
SF 311 Simplified GIL Acquisition for Extensions Hammond
|
SF 311 Simplified GIL Acquisition for Extensions Hammond
|
||||||
SF 322 Reverse Iteration Hettinger
|
SF 322 Reverse Iteration Hettinger
|
||||||
|
SF 327 Decimal Data Type Batista
|
||||||
|
|
||||||
Empty PEPs (or containing only an abstract)
|
Empty PEPs (or containing only an abstract)
|
||||||
|
|
||||||
|
@ -349,7 +349,7 @@ Numerical Index
|
||||||
S 324 popen5 - New POSIX process module Astrand
|
S 324 popen5 - New POSIX process module Astrand
|
||||||
S 325 Resource-Release Support for Generators Pedroni
|
S 325 Resource-Release Support for Generators Pedroni
|
||||||
SR 326 A Case for Top and Bottom Values Carlson, Reedy
|
SR 326 A Case for Top and Bottom Values Carlson, Reedy
|
||||||
S 327 Decimal Data Type Batista
|
SF 327 Decimal Data Type Batista
|
||||||
SA 328 Imports: Multi-Line and Absolute/Relative Aahz
|
SA 328 Imports: Multi-Line and Absolute/Relative Aahz
|
||||||
SR 329 Treating Builtins as Constants in the Standard Library Hettinger
|
SR 329 Treating Builtins as Constants in the Standard Library Hettinger
|
||||||
S 330 Python Bytecode Verification Pelletier
|
S 330 Python Bytecode Verification Pelletier
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Decimal Data Type
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Facundo Batista <facundo@taniquetil.com.ar>
|
Author: Facundo Batista <facundo@taniquetil.com.ar>
|
||||||
Status: Draft
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 17-Oct-2003
|
Created: 17-Oct-2003
|
||||||
|
|
Loading…
Reference in New Issue