This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients baloan, eric.araujo, python-dev, r.david.murray, sjmachin, skip.montanaro, zacktu
Date 2011-03-20.14:55:27
SpamBayes Score 1.0867809e-07
Marked as misclassified No
Message-id <19846.5461.911751.14167@montanaro.dyndns.org>
In-reply-to <1300570025.28.0.51705526405.issue7198@psf.upfronthosting.co.za>
Content
John> Skip, The changes that I suggested have NOT been made. Please
    John> re-read the doc page you pointed to. The "writer" paragraph does
    John> NOT mention that newline='' is required when writing. The "writer"
    John> examples do NOT include newline=''. The examples have NOT been
    John> enhanced by using a "with" statement and not using space as an
    John> example delimiter.

I copied the statement about using newline= from the reader() doc to the
writer() doc.  All the examples I see (I'm looking at the cpython repo -
that is, what will be 3.3) use the with statement and open files using
newline=''.  I don't think more changes are necessary.  I will consult with
other Python developers about merging these changes to other active
branches.  I simply don't understand the new Mercurial workflow well enough
to do it properly.

Skip
History
Date User Action Args
2011-03-20 14:55:28skip.montanarosetrecipients: + skip.montanaro, sjmachin, baloan, eric.araujo, r.david.murray, zacktu, python-dev
2011-03-20 14:55:27skip.montanarolinkissue7198 messages
2011-03-20 14:55:27skip.montanarocreate