Commit Graph

9 Commits

Author SHA1 Message Date
Skip Montanaro 57d97aaec1 remove authors' emails, add Discussion-To: to try and encourage feedback to
go to the mailing list.
2003-01-31 21:55:38 +00:00
Skip Montanaro 1cf7aea11c various cleanups
expanded Rationale a tad
added Post-History date (announcing it in a moment)
added pointer to sandbox implementation
mentioned implementation in the (massive ;-) Testing section
2003-01-31 21:49:32 +00:00
Dave Cole c9f7daf85b Use symbolic constants for quoting parameter rather than a string. 2003-01-30 13:34:29 +00:00
Skip Montanaro bfa7197b40 add some To Do items (to David Goodger - don't shoot me because the text now
has embedded URLs - they are temporary. ;-).
added [optional keyword args] to the constructor prototypes.
2003-01-30 12:53:40 +00:00
Dave Cole e1e46e817b Trying to bring PEP up to date with discussions on mailing list. I hope I
have not misinterpreted the conclusions.
* dialect argument is now either a string to identify one of the internally
  defined parameter sets, otherwise it is an object which contains
  attributes which correspond to the parameter set.
* Altered set_dialect() to take dialect name and dialect object.
* Altered get_dialect() to take dialect name and return dialect object.
* Fleshed out formatting parameters, adding escapechar, lineterminator,
  quoting.
2003-01-30 12:11:27 +00:00
Skip Montanaro 4bd57ea00d started reorganizing the information about low-level formatting parameters.
Define dialects in their own subsection.  Define low-level parameters in a
separate subsection.  Define set_dialect() and get_dialect() module-level
functions.

More to be done, but I have to get to work... ;-)
2003-01-29 14:09:45 +00:00
Skip Montanaro e12319dd5d Belatedly added Dave and Andrew as authors. Changed Type to Standards
Track.
2003-01-29 13:36:59 +00:00
David Goodger efa2138e13 capitalized title 2003-01-29 04:23:26 +00:00
David Goodger 935a1711b3 Added PEP 305, CSV file API 2003-01-29 04:20:19 +00:00