[issue24729] Input and Output tutorial erroneously references default encoding UTF-8

2015-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset c9e78d91d588 by Alessandro Cucci in branch '3.4': Issue #24729: Update tutorial to match implementation. https://hg.python.org/cpython/rev/c9e78d91d588 New changeset 20084be60761 by Jason R. Coombs in branch '3.4': Issue #24729: Correct reference to

[issue24729] Input and Output tutorial erroneously references default encoding UTF-8

2015-07-29 Thread Jason R. Coombs
Jason R. Coombs added the comment: Thanks for working through this Alessandro. I've applied your v3 patch and added a subsequent commit 20084be60761 to correct the open reference. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue24729] Input and Output tutorial erroneously references default encoding UTF-8

2015-07-29 Thread Alessandro Cucci
Changes by Alessandro Cucci : Added file: http://bugs.python.org/file40057/issue24729_v4.patch ___ Python tracker ___ ___ Python-bugs-list mai

[issue24729] Input and Output tutorial erroneously references default encoding UTF-8

2015-07-29 Thread Alessandro Cucci
Alessandro Cucci added the comment: ok, this time I tested the render myself and seems ok. For rendering I used sphinx. Sorry if I didn't try the final result in the first time, but I've never had the chance to use rst files before. -- Added file: http://bugs.python.org/file40056/issue

[issue24729] Input and Output tutorial erroneously references default encoding UTF-8

2015-07-28 Thread Carol Willing
Carol Willing added the comment: @acucci and R. David Murray: I've run the patch locally, and all renders well except for one link. @acucci: I believe that the direct link to the `open()` command should be ... "see :func:`open` " An example exists at the beginning of the section containing th

[issue24729] Input and Output tutorial erroneously references default encoding UTF-8

2015-07-28 Thread R. David Murray
R. David Murray added the comment: Looks good to me assuming it renders correctly. -- stage: -> commit review ___ Python tracker ___

[issue24729] Input and Output tutorial erroneously references default encoding UTF-8

2015-07-28 Thread Alessandro Cucci
Alessandro Cucci added the comment: tried again :) -- Added file: http://bugs.python.org/file40046/issue24729_v3.patch ___ Python tracker ___

[issue24729] Input and Output tutorial erroneously references default encoding UTF-8

2015-07-28 Thread R. David Murray
R. David Murray added the comment: A direct link to open would be better ("see :func:`~functions.open`" should do it, I think). -- ___ Python tracker ___ ___

[issue24729] Input and Output tutorial erroneously references default encoding UTF-8

2015-07-28 Thread Alessandro Cucci
Alessandro Cucci added the comment: @r.david.murray: just like that? (see patch v2) -- Added file: http://bugs.python.org/file40045/issue24729_v2.patch ___ Python tracker ___ ___

[issue24729] Input and Output tutorial erroneously references default encoding UTF-8

2015-07-27 Thread R. David Murray
R. David Murray added the comment: Hmm. It's a tutorial. It would probably be better to just say "the default is platform dependent" with a link to the open docs. -- nosy: +r.david.murray ___ Python tracker

[issue24729] Input and Output tutorial erroneously references default encoding UTF-8

2015-07-26 Thread Alessandro Cucci
Alessandro Cucci added the comment: corrected -- keywords: +patch nosy: +acucci Added file: http://bugs.python.org/file40033/issue24729.patch ___ Python tracker ___ _

[issue24729] Input and Output tutorial erroneously references default encoding UTF-8

2015-07-26 Thread Jason R. Coombs
Changes by Jason R. Coombs : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue24729] Input and Output tutorial erroneously references default encoding UTF-8

2015-07-26 Thread Jason R. Coombs
New submission from Jason R. Coombs: In Doc/tutorial/inputoutput.rst, the docs state this about opening a file: Normally, files are opened in :dfn:`text mode`, that means, you read and write strings from and to the file, which are encoded in a specific encoding (the default being UTF-8). Tha