[Python-Dev] proposed amendments to PEP 1

David Goodger goodger@python.org
Tue, 29 Apr 2003 09:43:46 -0400


Skip Montanaro wrote:
> I'd like to move PEP 305 (CSV) along and intend to bring the text up-to-date
> w.r.t. the current implementation, however the code which implements CSV
> reading and writing doesn't currently handle Unicode.  Given that there is a
> module checked into CSV,

CVS?

> what should the PEP's status be, "draft" or
> "accepted" or something else?

"Accepted" for now, becoming "Final" when the implementation is 
finished.  Assuming my first proposed PEP 1 amendment is okayed, Guido 
has already indicated that PEP 305 is to be accepted.

-- David Goodger