Change by OSAMU NAKAMURA :
--
keywords: +patch
pull_requests: +25143
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/26556
___
Python tracker
<https://bugs.python.org/issu
New submission from OSAMU NAKAMURA :
The License text for W3C C14N test suite is rendered as quoted text, but it
should be rendered same as others.
- change`:` to `::`
--
assignee: docs@python
components: Documentation
messages: 395197
nosy: OSAMU.NAKAMURA, docs@python
priority
Changes by OSAMU NAKAMURA :
--
pull_requests: +1230
___
Python tracker
<http://bugs.python.org/issue30047>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from OSAMU NAKAMURA:
In 18.3.2. Edge and Level Trigger Polling (epoll) Objects,
there is duplicated 'on' in description of `EPOLLEXCLUSIVE`.
Wake only ... objects polling on on a fd.
^
--
assignee: docs@python
Changes by OSAMU NAKAMURA :
--
pull_requests: +707
___
Python tracker
<http://bugs.python.org/issue29892>
___
___
Python-bugs-list mailing list
Unsubscribe:
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 int
New submission from OSAMU NAKAMURA:
":func:`bytes`" in description for ``y`` format
should be ":class:`bytes`".
--
assignee: docs@python
components: Documentation
files: mywork.patch
keywords: patch
messages: 209806
nosy: OSAMU.NAKAMURA, docs@python
priority: nor