[issue17725] English mistake in Extending and Embedding Python doc page.

2013-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 27f1a3b0b340 by Georg Brandl in branch '2.7': Closes #17725: small grammar fix. http://hg.python.org/cpython/rev/27f1a3b0b340 -- ___ Python tracker ___

[issue17725] English mistake in Extending and Embedding Python doc page.

2013-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8ce8eae6abfa by Georg Brandl in branch '3.3': Closes #17725: small grammar fix. http://hg.python.org/cpython/rev/8ce8eae6abfa -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed __

[issue17725] English mistake in Extending and Embedding Python doc page.

2013-04-14 Thread Kyle Simpson
Kyle Simpson added the comment: I have provided a patch. -- keywords: +patch Added file: http://bugs.python.org/file29847/issue17725.patch ___ Python tracker ___

[issue17725] English mistake in Extending and Embedding Python doc page.

2013-04-14 Thread Kyle Simpson
New submission from Kyle Simpson: The second sentence in http://docs.python.org/3/extending/index.html says: Those modules can define new functions but also new object types and their methods. The word "but" doesn't make sense here. I suppose that the author meant to write: Those modules