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 OSAMU.NAKAMURA
Recipients OSAMU.NAKAMURA, docs@python
Date 2017-03-23.23:46:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490312778.71.0.779732227064.issue29892@psf.upfronthosting.co.za>
In-reply-to
Content
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 https://github.com/python/cpython/commit/3929499914d47365ae744df312e16da8955c90ac#diff-30d76a3dc0c885f86917b7d307ccf279
History
Date User Action Args
2017-03-23 23:46:18OSAMU.NAKAMURAsetrecipients: + OSAMU.NAKAMURA, docs@python
2017-03-23 23:46:18OSAMU.NAKAMURAsetmessageid: <1490312778.71.0.779732227064.issue29892@psf.upfronthosting.co.za>
2017-03-23 23:46:18OSAMU.NAKAMURAlinkissue29892 messages
2017-03-23 23:46:18OSAMU.NAKAMURAcreate