[issue21297] csv.skipinitialspace only skips spaces, not "whitespace" in general

Brandon Milam report at bugs.python.org
Fri May 29 22:31:04 CEST 2015


Brandon Milam added the comment:

This code shows what Daniel Andersson was talking about. I changed the "whitespace" references in the documentation that Daniel mentioned to say spaces. Also I changed "ignore space at the start of the field" to "ignore spaces at the start of the field" due to Terry's confusion.

Let me know of any errors or extra changes that are needed.

----------
nosy: +jbmilam
Added file: http://bugs.python.org/file39558/csv_skipinitialspace_testing.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21297>
_______________________________________


More information about the Python-bugs-list mailing list