[issue44320] License for W3C C14N test suite is rendered as blockquote

2021-06-05 Thread OSAMU NAKAMURA


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/issue44320>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44320] License for W3C C14N test suite is rendered as blockquote

2021-06-05 Thread OSAMU NAKAMURA


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: normal
severity: normal
status: open
title: License for W3C C14N test suite is rendered as blockquote
versions: Python 3.8

___
Python tracker 
<https://bugs.python.org/issue44320>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30047] Typos in Doc/library/select.rst

2017-04-11 Thread OSAMU NAKAMURA

Changes by OSAMU NAKAMURA <osamu0329nakam...@gmail.com>:


--
pull_requests: +1230

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30047>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30047] Typos in Doc/library/select.rst

2017-04-11 Thread OSAMU NAKAMURA

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
components: Documentation
messages: 291520
nosy: OSAMU.NAKAMURA, docs@python
priority: normal
severity: normal
status: open
title: Typos in Doc/library/select.rst
versions: Python 3.6

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30047>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2017-03-24 Thread OSAMU NAKAMURA

Changes by OSAMU NAKAMURA <osamu0329nakam...@gmail.com>:


--
pull_requests: +707

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29892>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
https://github.com/python/cpython/commit/3929499914d47365ae744df312e16da8955c90ac#diff-30d76a3dc0c885f86917b7d307ccf279

--
assignee: docs@python
components: Documentation
messages: 290070
nosy: OSAMU.NAKAMURA, docs@python
priority: normal
severity: normal
status: open
title: change statement for open() is splited into two part in middle of 
sentence.
versions: Python 3.6

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29892>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20460] Wrong markup in c-api/arg.rst

2014-01-31 Thread OSAMU NAKAMURA

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: normal
severity: normal
status: open
title: Wrong markup in c-api/arg.rst
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file33835/mywork.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20460
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com