[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2020-10-16 Thread Tal Einat
Tal Einat added the comment: Indeed, this can be closed :) Thanks for the report Colin, thanks for the PR Harmandeep, and thanks for the reminder to close this Irit! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed _

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2020-10-16 Thread Irit Katriel
Irit Katriel added the comment: Can this be closed? -- nosy: +iritkatriel ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-17 Thread Ned Deily
Ned Deily added the comment: New changeset 7887c02d3372ebe3b39379588364134521a36c4e by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310) (GH-11417) https://github.com/python/cpython/commit/7887c02d3372ebe3b39379588364134521a3

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread miss-islington
miss-islington added the comment: New changeset d7cb2034bbaa26170cdc66eb54626e3ce1b8678a by Miss Islington (bot) in branch '3.7': bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310) https://github.com/python/cpython/commit/d7cb2034bbaa26170cdc66eb54626e3ce1b8678a --

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread Tal Einat
Change by Tal Einat : -- pull_requests: -10818, 10819, 10821, 10822 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread Tal Einat
Change by Tal Einat : -- pull_requests: -10818, 10819 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread Tal Einat
Change by Tal Einat : -- pull_requests: -10818, 10819, 10822 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread Tal Einat
Change by Tal Einat : -- pull_requests: -10818 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +10819, 10820, 10821, 10822 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +10819, 10820, 10822 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +10817, 10818, 10819, 10820 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +10818, 10820 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +10817, 10818 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +10817 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread Tal Einat
Tal Einat added the comment: New changeset e9a044ec16989bd4b39763c0588c17200a925350 by Tal Einat (Harmandeep Singh) in branch 'master': bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310) https://github.com/python/cpython/commit/e9a044ec16989bd4b39763c0588c17200a925350 -

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread Tal Einat
Change by Tal Einat : -- pull_requests: -10554, 10555 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-02 Thread Tal Einat
Change by Tal Einat : -- pull_requests: -10554 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2018-12-24 Thread Harmandeep Singh
Change by Harmandeep Singh : -- keywords: +patch, patch, patch pull_requests: +10553, 10554, 10555 stage: -> patch review ___ Python tracker ___ __

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2018-12-24 Thread Harmandeep Singh
Change by Harmandeep Singh : -- keywords: +patch pull_requests: +10553 stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2018-12-24 Thread Harmandeep Singh
Change by Harmandeep Singh : -- keywords: +patch, patch pull_requests: +10553, 10554 stage: -> patch review ___ Python tracker ___

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2018-12-18 Thread Colin McPhail
New submission from Colin McPhail : The library documentation for nntplib.NNTP.starttls() says that it takes a keyword parameter called ssl_context. The source code referenced via the link at the top of the nntplib documentation shows the keyword is actually called context. The result is a Ty