[issue32702] Minor markup typo

2018-01-28 Thread KINEBUCHI Tomohiko
Change by KINEBUCHI Tomohiko <cocoatom...@gmail.com>: -- keywords: +patch pull_requests: +5240 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32702] Minor markup typo

2018-01-28 Thread KINEBUCHI Tomohiko
New submission from KINEBUCHI Tomohiko <cocoatom...@gmail.com>: In the staticmethod document [1], code snippet should be a literal block, but actually be a block quote. See the attached image file. [1] https://docs.python.org/3.6/library/functions.html#staticmethod -- assignee

[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-26 Thread KINEBUCHI Tomohiko
Change by KINEBUCHI Tomohiko <cocoatom...@gmail.com>: -- keywords: +patch pull_requests: +5201 stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32087] deprecated-removed directive generates overlapping msgids in .pot files

2017-11-20 Thread KINEBUCHI Tomohiko
Change by KINEBUCHI Tomohiko <cocoatom...@gmail.com>: -- keywords: +patch pull_requests: +4408 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32087] deprecated-removed directive generates overlapping msgids in .pot files

2017-11-20 Thread KINEBUCHI Tomohiko
New submission from KINEBUCHI Tomohiko <cocoatom...@gmail.com>: When gettext builder is invoked, deprecated-removed directive which is defined in Doc/tools/extensions/pyspecific.py generates overlapping msgids in .pot files. For example, the following .rst source (taken from Doc/l

[issue31053] Unnecessary argument in command example

2017-07-26 Thread KINEBUCHI Tomohiko
Changes by KINEBUCHI Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +2958 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue31053] Unnecessary argument in command example

2017-07-26 Thread KINEBUCHI Tomohiko
New submission from KINEBUCHI Tomohiko: The command example running venv module for Windows has an unnecessary argument. The following two command examples should be equivalent:: :: c:\>c:\Python35\python -m venv c:\path\to\myenv :: c:\>python -m venv myenv c:\path\to\myenv

[issue30134] BytesWarning is missing from the documents

2017-04-21 Thread KINEBUCHI Tomohiko
Changes by KINEBUCHI Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +1365 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue30134] BytesWarning is missing from the documents

2017-04-21 Thread KINEBUCHI Tomohiko
New submission from KINEBUCHI Tomohiko: In Python 2.6, BytesWarning was added, but a description of that warning is missing from the document, library/exceptions.rst. -- assignee: docs@python components: Documentation messages: 292099 nosy: cocoatomo, docs@python priority: normal

[issue29952] "keys and values" preferred to "keys and elements" for dict constituent

2017-04-21 Thread KINEBUCHI Tomohiko
Changes by KINEBUCHI Tomohiko <cocoatom...@gmail.com>: -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bu

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread KINEBUCHI Tomohiko
Changes by KINEBUCHI Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +1326 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread KINEBUCHI Tomohiko
Changes by KINEBUCHI Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +1325 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread KINEBUCHI Tomohiko
Changes by KINEBUCHI Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +1324 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue19225] lack of PyExc_BufferError doc

2017-04-09 Thread KINEBUCHI Tomohiko
Changes by KINEBUCHI Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +1214 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue19225] lack of PyExc_BufferError doc

2017-04-08 Thread KINEBUCHI Tomohiko
KINEBUCHI Tomohiko added the comment: Oh, I have overlooked these sentences. I will create an additional pull request to remove duplication. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue19225] lack of PyExc_BufferError doc

2017-04-02 Thread Kinebuchi Tomohiko
Kinebuchi Tomohiko added the comment: I created backporting pull requests for 2.7, 3.5 and 3.6. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue19225] lack of PyExc_BufferError doc

2017-04-02 Thread Kinebuchi Tomohiko
Changes by Kinebuchi Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +1145 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue19225] lack of PyExc_BufferError doc

2017-04-02 Thread Kinebuchi Tomohiko
Changes by Kinebuchi Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +1144 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue19225] lack of PyExc_BufferError doc

2017-04-02 Thread Kinebuchi Tomohiko
Changes by Kinebuchi Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +1143 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29952] "keys and values" is preferred to "keys and elements" for name of dict constituent

2017-03-30 Thread Kinebuchi Tomohiko
Changes by Kinebuchi Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +818 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29952] "keys and values" is preferred to "keys and elements" for name of dict constituent

2017-03-30 Thread Kinebuchi Tomohiko
New submission from Kinebuchi Tomohiko: In the section "6.10.1. Value comparisons" [1]_:: Equality comparison of the keys and elements enforces reflexivity. would be Equality comparison of the keys and values enforces reflexivity. because we usually call an entry of dict as

[issue19225] lack of PyExc_BufferError doc

2017-03-28 Thread Kinebuchi Tomohiko
Changes by Kinebuchi Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +783 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue19225] lack of PyExc_BufferError doc

2017-03-28 Thread Kinebuchi Tomohiko
Kinebuchi Tomohiko added the comment: I will create a pull request based on the patch created by beng94. In addition, I will have its contents up-to-date. -- versions: +Python 3.7 ___ Python tracker <rep...@bugs.python.org> <http://bugs.p

[issue29927] Unnecessary code in the c-api/exceptions.c

2017-03-27 Thread Kinebuchi Tomohiko
New submission from Kinebuchi Tomohiko: 1. BufferError is PRE_INIT'ed twice, and also POST_INIT'ed twice. 2. Using macros (PRE_INIT, POST_INIT and ADD_ERRNO) with following unnecessary semicolons. These unnecessary code have no semantic effect, but is somehow confusing. -- components

[issue29888] The link referring to "Python download page" is broken

2017-03-26 Thread Kinebuchi Tomohiko
Kinebuchi Tomohiko added the comment: @ned.deily Thank you for the commend. I updated the 2.7 PR. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29888] The link referring to "Python download page" is broken

2017-03-26 Thread Kinebuchi Tomohiko
Kinebuchi Tomohiko added the comment: I just created two pull requests. + PR for 2.7 -> https://github.com/python/cpython/pull/823 + PR for 3.5 or newer -> https://github.com/python/cpython/pull/824 -- ___ Python tracker <rep...@bugs.p

[issue29888] The link referring to "Python download page" is broken

2017-03-26 Thread Kinebuchi Tomohiko
Changes by Kinebuchi Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +730 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29888] The link referring to "Python download page" is broken

2017-03-26 Thread Kinebuchi Tomohiko
Changes by Kinebuchi Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +728 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29888] The link referring to "Python download page" is broken

2017-03-26 Thread Kinebuchi Tomohiko
Changes by Kinebuchi Tomohiko <cocoatom...@gmail.com>: -- pull_requests: +726 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29888] The link referring to "Python download page" is broken

2017-03-24 Thread Kinebuchi Tomohiko
Kinebuchi Tomohiko added the comment: According to the table on the Downloads page [1]_, relations between Python versions and version specific release pages are listed as follows: 2.7.0 -> https://www.python.org/download/releases/2.7/ 2.7.1 -> https://www.python.org/download/re

[issue29888] The link referring to "Python download page" is broken

2017-03-23 Thread Kinebuchi Tomohiko
New submission from Kinebuchi Tomohiko: The download page [1]_ contains a link intended to refer to the release page of the corresponding Python version [2]_. .. [1] `Download Python 2.7.13 Documentation <https://docs.python.org/2.7/download.html>`_ .. [2] e.g. `Python 2.7.8 Release

[issue29772] Unintentionally deleted line on library/collections.rst

2017-03-09 Thread Kinebuchi Tomohiko
New submission from Kinebuchi Tomohiko: The last part of "Counter objects" section has a strange line: "in Smalltalk." https://docs.python.org/2.7/library/collections.html#counter-objects The line just before "in Smalltalk" might be deleted by accident.