Unverified Kaydet (Commit) 9f56a93e authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

bpo-33798: Update csv document about dict order (GH-7490)

(cherry picked from commit 6860629d)
Co-authored-by: 's avatarAndrés Delfino <adelfino@gmail.com>
üst 842985f6
......@@ -203,9 +203,7 @@ The :mod:`csv` module defines the following classes:
:class:`writer` instance.
Note that unlike the :class:`DictReader` class, the *fieldnames* parameter
of the :class:`DictWriter` is not optional. Since Python's :class:`dict`
objects are not ordered, there is not enough information available to deduce
the order in which the row should be written to file *f*.
of the :class:`DictWriter` class is not optional.
A short usage example::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment