[issue24680] typo in documentation, section extending python

2015-07-21 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 91b738cfdc2f by Zachary Ware in branch '2.7':
Issue #24680: Remove random backslash.  Patch by cdz.
https://hg.python.org/cpython/rev/91b738cfdc2f

New changeset cf0011b6ebbd by Zachary Ware in branch '3.4':
Issue #24680: Remove random backslash.  Patch by cdz.
https://hg.python.org/cpython/rev/cf0011b6ebbd

New changeset d7229f26dbdb by Zachary Ware in branch '3.5':
Issue #24680: Merge with 3.4
https://hg.python.org/cpython/rev/d7229f26dbdb

New changeset 96910e822266 by Zachary Ware in branch 'default':
Closes #24680: Merge with 3.5
https://hg.python.org/cpython/rev/96910e822266

--
nosy: +python-dev
resolution:  - fixed
stage: commit review - resolved
status: open - closed

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



[issue24680] typo in documentation, section extending python

2015-07-21 Thread cdz

New submission from cdz:

In section 3. Building C and C++ Extensions with distutils there is 
unnecessary \ in the middle of the line. Seems to be bulk (re)formatting 
issue.

Simple patch fixing the issue is attached.

--
assignee: docs@python
components: Documentation
files: extending_doc_typo.diff
keywords: patch
messages: 247080
nosy: cdz, docs@python
priority: normal
severity: normal
status: open
title: typo in documentation, section extending python
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file39971/extending_doc_typo.diff

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



[issue24680] typo in documentation, section extending python

2015-07-21 Thread Martin Panter

Martin Panter added the comment:

Nice and obvious fix, looks like it also applies to Python 2.

--
nosy: +vadmium
stage:  - commit review
versions: +Python 2.7, Python 3.4, Python 3.5

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



[issue24680] typo in documentation, section extending python

2015-07-21 Thread Zachary Ware

Zachary Ware added the comment:

Fixed! Thanks for the report and patch, cdz, and thanks for the triage, Martin.

--
nosy: +zach.ware

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