Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a4df146f
Commit
a4df146f
authored
Mar 25, 2009
by
Skip Montanaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarify the type of data returned
parent
dcd17c74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/csv.rst
Doc/library/csv.rst
+2
-2
No files found.
Doc/library/csv.rst
View file @
a4df146f
...
@@ -70,8 +70,8 @@ The :mod:`csv` module defines the following functions:
...
@@ -70,8 +70,8 @@ The :mod:`csv` module defines the following functions:
dialect. For full details about the dialect and formatting parameters, see
dialect. For full details about the dialect and formatting parameters, see
section :ref:`csv-fmt-params`.
section :ref:`csv-fmt-params`.
All data read are returned as strings. No automatic data type conversion is
Each row read from the csv file is returned as a list of strings. No
performed.
automatic data type conversion is
performed.
The parser is quite strict with respect to multi-line quoted fields. Previously,
The parser is quite strict with respect to multi-line quoted fields. Previously,
if a line ended within a quoted field without a terminating newline character, a
if a line ended within a quoted field without a terminating newline character, a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment