[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: Documenta

[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/i

[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/i

[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/i

[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

[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

[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

[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