[Python-checkins] python/nondist/peps pep-0305.txt,1.12,1.13

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Sun, 02 Feb 2003 19:01:50 -0800


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

Modified Files:
	pep-0305.txt 
Log Message:
zap incorrect statement about formatting parameters and the dialect
registry.



Index: pep-0305.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0305.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pep-0305.txt	3 Feb 2003 02:25:26 -0000	1.12
--- pep-0305.txt	3 Feb 2003 03:01:48 -0000	1.13
***************
*** 185,191 ****
  
  Both the reader and writer constructors take several specific
! formatting parameters, specified as keyword parameters.  The
! parameters are also the keys for the input and output mapping objects
! for the register_dialect() and get_dialect() module functions.
  
  - ``quotechar`` specifies a one-character string to use as the quoting
--- 185,189 ----
  
  Both the reader and writer constructors take several specific
! formatting parameters, specified as keyword parameters.
  
  - ``quotechar`` specifies a one-character string to use as the quoting