[issue34748] Incorrect HTML link in functools.partial

2018-10-22 Thread Xiang Zhang
Xiang Zhang added the comment: Thanks all. :-) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue34748] Incorrect HTML link in functools.partial

2018-10-22 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 --

[issue34748] Incorrect HTML link in functools.partial

2018-10-22 Thread Xiang Zhang
Change by Xiang Zhang : -- pull_requests: +9386 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue34748] Incorrect HTML link in functools.partial

2018-10-22 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 -

[issue34748] Incorrect HTML link in functools.partial

2018-10-22 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 -

[issue34748] Incorrect HTML link in functools.partial

2018-10-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +9384 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34748] Incorrect HTML link in functools.partial

2018-10-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +9385 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34748] Incorrect HTML link in functools.partial

2018-10-22 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/83a07652e0033f0d9994ae7634b91d6581c56b

[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 __

[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 ___ ___ Pyt

[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 ___ __

[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

[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 ___ ___

[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 a