Staging
v0.5.1
https://github.com/python/cpython
Revision db3039085845af5d68ab863f03e9684681b1516d authored by Miss Islington (bot) on 02 June 2018, 15:37:28 UTC, committed by GitHub on 02 June 2018, 15:37:28 UTC

`writerows()` takes an iterable.
(cherry picked from commit a801cf164be7c62b6a6dba47ff91d6c3edb67729)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent 218eaca
Raw File
Tip revision: db3039085845af5d68ab863f03e9684681b1516d authored by Miss Islington (bot) on 02 June 2018, 15:37:28 UTC
bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316)
Tip revision: db30390
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top