[issue25418] Minor markup issue in reference/datamodel docs

2015-10-16 Thread TAKASE Arihiro

New submission from TAKASE Arihiro:

https://docs.python.org/3/reference/datamodel.html#object.__hash__

The closing parenthesis of "isinstance(obj, collections.Hashable)" is outside 
the markup.

The attached patch fixes it.

--
assignee: docs@python
components: Documentation
files: datamodel.patch
keywords: patch
messages: 253068
nosy: artakase, docs@python
priority: normal
severity: normal
status: open
title: Minor markup issue in reference/datamodel docs
type: behavior
versions: Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file40792/datamodel.patch

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



[issue25161] Missing periods at the end of sentences

2015-10-08 Thread TAKASE Arihiro

TAKASE Arihiro added the comment:

Thank you for reviewing.

This is an updated patch for 3.x.

--
Added file: http://bugs.python.org/file40718/periods_v2.patch

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



[issue25161] Missing periods at the end of sentences

2015-10-08 Thread TAKASE Arihiro

TAKASE Arihiro added the comment:

And this is an updated patch for 2.7.

--
Added file: http://bugs.python.org/file40720/periods-2.7_v2.patch

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



[issue25161] Missing periods at the end of sentences

2015-09-18 Thread TAKASE Arihiro

TAKASE Arihiro added the comment:

Added patch for 2.7.

--
Added file: http://bugs.python.org/file40499/periods-2.7.patch

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



[issue25161] Missing periods at the end of sentences

2015-09-18 Thread TAKASE Arihiro

New submission from TAKASE Arihiro:

The attached patch adds some periods in docs.
This applies to 3.x.

--
assignee: docs@python
components: Documentation
files: periods.patch
keywords: patch
messages: 250951
nosy: artakase, docs@python
priority: normal
severity: normal
status: open
title: Missing periods at the end of sentences
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file40498/periods.patch

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



[issue25076] Wrong parameter name in distutils documentation

2015-09-11 Thread TAKASE Arihiro

New submission from TAKASE Arihiro:

In Doc/distutils/apiref.rst, the palameter name of CCompiler.library_option is 
*lib*, but written *dir* in the documentation.

This also applies to the docstring of CCompiler.library_option().

The attached patch fixes it.

--
assignee: docs@python
components: Documentation
files: library_option.patch
keywords: patch
messages: 250512
nosy: artakase, docs@python
priority: normal
severity: normal
status: open
title: Wrong parameter name in distutils documentation
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file40444/library_option.patch

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



[issue24962] Unnecessary space in using/mac

2015-08-29 Thread TAKASE Arihiro

New submission from TAKASE Arihiro:

https://docs.python.org/3.4/using/mac.html#configuration

A newline in the file path of the .plist file makes a space in the rendered 
result.
The attached patch fixes it.

--
assignee: docs@python
components: Documentation
files: using_mac.patch
keywords: patch
messages: 249346
nosy: artakase, docs@python
priority: normal
severity: normal
status: open
title: Unnecessary space in using/mac
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file40298/using_mac.patch

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



[issue24883] Typo in c-api/buffer documentation

2015-08-17 Thread TAKASE Arihiro

New submission from TAKASE Arihiro:

https://docs.python.org/3/c-api/buffer.html

Some links to the members of Py_buffer are not available.
~Py_Buffer should be ~Py_buffer.
The attached patch fixes it.

--
assignee: docs@python
components: Documentation
files: bufferdoc.patch
keywords: patch
messages: 248758
nosy: artakase, docs@python
priority: normal
severity: normal
status: open
title: Typo in c-api/buffer documentation
type: behavior
versions: Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file40200/bufferdoc.patch

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