[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: PR was merged and backported into 3.6. Thanks all :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 5dafaece67cb576ef96579fb5ddcbf62e0827b0d by Mariatta in branch '3.6': bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) (GH-810) https://github.com/python/cpython/commit/5dafaece67cb576ef96579fb5ddcbf62e0827b0d --

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +717 ___ Python tracker ___ ___

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 29540cdf6c66df9f806375a95078c0c63192ef78 by Mariatta (NAKAMURA Osamu) in branch 'master': bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) https://github.com/python/cpython/commit/29540cdf6c66df9f806375a95078c0c63192ef78 --

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: docs@python -> Mariatta nosy: +Mariatta ___ Python tracker ___

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review versions: +Python 3.7 ___ Python tracker ___

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-24 Thread OSAMU NAKAMURA
Changes by OSAMU NAKAMURA : -- pull_requests: +707 ___ Python tracker ___ ___

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-23 Thread Jim Fasarakis-Hilliard
Jim Fasarakis-Hilliard added the comment: Indeed, nice catch! Submit a PR for it if you want to (if not, someone else will pick it up soon :-) -- nosy: +Jim Fasarakis-Hilliard ___ Python tracker

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-23 Thread OSAMU NAKAMURA
New submission from OSAMU NAKAMURA: In https://docs.python.org/3.6/library/functions.html#open , Following sentence is wrongly separated by extra asterisk. ``` FileExistsError is now raised if the file opened in exclusive creation mode ('x') already exists. ``` This mistake is introduced by