[issue34748] Incorrect HTML link in functools.partial

2018-10-23 Thread Xiang Zhang


Xiang Zhang  added the comment:

Thanks all. :-)

--
resolution:  -> fixed
stage: patch review -> 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



[issue34748] Incorrect HTML link in functools.partial

2018-10-23 Thread Xiang Zhang


Xiang Zhang  added the comment:


New changeset 56a4a3aa555b3abc756cf837eddac4c0bf545db7 by Xiang Zhang in branch 
'2.7':
[2.7] bpo-34748: link to :ref:`partial-objects` in functools.partial doc. 
(GH-9809)
https://github.com/python/cpython/commit/56a4a3aa555b3abc756cf837eddac4c0bf545db7


--

___
Python tracker 

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



[issue34748] Incorrect HTML link in functools.partial

2018-10-23 Thread Xiang Zhang


Change by Xiang Zhang :


--
pull_requests: +9386

___
Python tracker 

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



[issue34748] Incorrect HTML link in functools.partial

2018-10-23 Thread miss-islington


miss-islington  added the comment:


New changeset 42892a2a38bb97c41e7b1b154e2b5b6f13d27b57 by Miss Islington (bot) 
in branch '3.6':
bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)
https://github.com/python/cpython/commit/42892a2a38bb97c41e7b1b154e2b5b6f13d27b57


--

___
Python tracker 

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



[issue34748] Incorrect HTML link in functools.partial

2018-10-23 Thread miss-islington


miss-islington  added the comment:


New changeset fc62c7223ed1ecd422e870cf7bfc2306050a by Miss Islington (bot) 
in branch '3.7':
bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)
https://github.com/python/cpython/commit/fc62c7223ed1ecd422e870cf7bfc2306050a


--
nosy: +miss-islington

___
Python tracker 

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



[issue34748] Incorrect HTML link in functools.partial

2018-10-23 Thread miss-islington


Change by miss-islington :


--
pull_requests: +9385

___
Python tracker 

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



[issue34748] Incorrect HTML link in functools.partial

2018-10-23 Thread miss-islington


Change by miss-islington :


--
pull_requests: +9384

___
Python tracker 

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



[issue34748] Incorrect HTML link in functools.partial

2018-10-23 Thread Xiang Zhang


Xiang Zhang  added the comment:


New changeset 83a07652e0033f0d9994ae7634b91d6581c56b00 by Xiang Zhang (Andrei 
Petre) in branch 'master':
bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)
https://github.com/python/cpython/commit/83a07652e0033f0d9994ae7634b91d6581c56b00


--
nosy: +xiang.zhang

___
Python tracker 

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



[issue34748] Incorrect HTML link in functools.partial

2018-10-11 Thread Andrei Petre


Andrei Petre  added the comment:

Hi, I've also looked into this and I've added a patch addressing both updates 
(mentioned by xitop and xtreak).

--
nosy: +andreip

___
Python tracker 

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



[issue34748] Incorrect HTML link in functools.partial

2018-10-11 Thread Roundup Robot


Change by Roundup Robot :


--
keywords: +patch
pull_requests: +9188
stage: needs patch -> patch review

___
Python tracker 

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



[issue34748] Incorrect HTML link in functools.partial

2018-10-10 Thread Lysandros Nikolaou


Lysandros Nikolaou  added the comment:

Can I submit a PR for this or is anybody else on it?

--
nosy: +lys.nikolaou

___
Python tracker 

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



[issue34748] Incorrect HTML link in functools.partial

2018-09-25 Thread Karthikeyan Singaravelan


Karthikeyan Singaravelan  added the comment:

Thanks @xitop for the report. Seems reasonable to me to link to 
https://docs.python.org/3.8/library/functools.html#partial-objects . Along 
similar lines I would suggest the below too where "partial objects" could be 
linked #partial-objects instead of #functools.partial . I will leave it for the 
reviewers though to decide on this.

"When func is a descriptor (such as a normal Python function, classmethod(), 
staticmethod(), abstractmethod() or another instance of partialmethod), calls 
to __get__ are delegated to the underlying descriptor, and an appropriate 
partial object returned as the result."


Thanks

--
nosy: +xtreak

___
Python tracker 

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



[issue34748] Incorrect HTML link in functools.partial

2018-09-20 Thread Ned Deily


Change by Ned Deily :


--
keywords: +easy
stage:  -> needs patch
versions: +Python 2.7, Python 3.6, Python 3.8

___
Python tracker 

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



[issue34748] Incorrect HTML link in functools.partial

2018-09-20 Thread xitop


New submission from xitop :

There is a minor issue regarding the page 
https://docs.python.org/3/library/functools.html

The description of functools.partial starts with text "Return a new partial 
object" which contains a link. This link does not point to the partial object 
(#partial-objects anchor) as it should. It points back
to the partial function (#functools.partial anchor) which is not helpful. The 
partial object docs can be thus easily overseen.

--
assignee: docs@python
components: Documentation
messages: 325856
nosy: docs@python, xitop
priority: normal
severity: normal
status: open
title: Incorrect HTML link in functools.partial
versions: Python 3.7

___
Python tracker 

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