[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Senthil Kumaran

Changes by Senthil Kumaran :


--
resolution:  -> fixed
stage: backport needed -> resolved
status: open -> closed

___
Python tracker 

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



[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Senthil Kumaran

Senthil Kumaran added the comment:


New changeset 3ceca68741f8a2d3a4436b6d54eae76aa5bcc4c5 by Senthil Kumaran in 
branch '2.7':
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#896)
https://github.com/python/cpython/commit/3ceca68741f8a2d3a4436b6d54eae76aa5bcc4c5


--

___
Python tracker 

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



[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Senthil Kumaran

Senthil Kumaran added the comment:


New changeset d1dbbaab01354f01faa696aff1280db3b349e354 by Senthil Kumaran in 
branch '3.5':
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#895)
https://github.com/python/cpython/commit/d1dbbaab01354f01faa696aff1280db3b349e354


--

___
Python tracker 

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



[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Senthil Kumaran

Senthil Kumaran added the comment:


New changeset da6ad2f780d187fbfdea330d1037766ae7bdb778 by Senthil Kumaran in 
branch '3.6':
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#894)
https://github.com/python/cpython/commit/da6ad2f780d187fbfdea330d1037766ae7bdb778


--

___
Python tracker 

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



[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Senthil Kumaran

Changes by Senthil Kumaran :


--
pull_requests: +799

___
Python tracker 

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



[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Senthil Kumaran

Changes by Senthil Kumaran :


--
pull_requests: +798

___
Python tracker 

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



[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Senthil Kumaran

Changes by Senthil Kumaran :


--
pull_requests: +797

___
Python tracker 

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



[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Senthil Kumaran

Changes by Senthil Kumaran :


--
stage: needs patch -> backport needed

___
Python tracker 

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



[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Senthil Kumaran

Senthil Kumaran added the comment:


New changeset c3c7ef088583cc12bd218138036d1edb6de9c63f by Senthil Kumaran 
(csabella) in branch 'master':
bpo-29917: DOC: Remove link from PyMethodDef (#890)
https://github.com/python/cpython/commit/c3c7ef088583cc12bd218138036d1edb6de9c63f


--
nosy: +orsenthil

___
Python tracker 

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



[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Cheryl Sabella

Changes by Cheryl Sabella :


--
pull_requests: +792, 793

___
Python tracker 

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



[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Cheryl Sabella

Changes by Cheryl Sabella :


--
pull_requests: +792

___
Python tracker 

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



[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Cheryl Sabella

Cheryl Sabella added the comment:

I am working on a pull request for this issue.

--
nosy: +csabella

___
Python tracker 

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



[issue29917] Wrong link target in PyMethodDef documentation

2017-03-27 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Agree. I noticed this when making a review of PR 831, but forgot to open an 
issue.

--
nosy: +serhiy.storchaka
stage:  -> needs patch
type:  -> behavior
versions: +Python 2.7, Python 3.5, Python 3.6, Python 3.7

___
Python tracker 

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



[issue29917] Wrong link target in PyMethodDef documentation

2017-03-27 Thread Michael Seifert

New submission from Michael Seifert:

The `link`-target of the "type" struct member is the python built-in "type".  
See [1].

I think it should not be a link at all.

[1] https://docs.python.org/3.7/c-api/structures.html#c.PyMemberDef

--
assignee: docs@python
components: Documentation
messages: 290575
nosy: MSeifert, docs@python
priority: normal
severity: normal
status: open
title: Wrong link target in PyMethodDef documentation

___
Python tracker 

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