[issue45846] Incorrect name capitalisation in faq/programming

2021-11-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your report and PR JMcB. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-20 Thread Guido van Rossum
Change by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e88f9787aba2ab95df75baa6cb6ee5eacb450489 by Miss Islington (bot) in branch '3.9': bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (GH-29657)

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 82f1a6edfb645abef934ae1b568dd887ff7a56b9 by Miss Islington (bot) in branch '3.10': bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (GH-29656)

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +27898 pull_request: https://github.com/python/cpython/pull/29656 ___ Python tracker

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27899 pull_request: https://github.com/python/cpython/pull/29657 ___ Python tracker ___

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset bc2bc0dbdb52498d009f9f9771452e6aa4faff2b by JMcB in branch 'main': bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) https://github.com/python/cpython/commit/bc2bc0dbdb52498d009f9f9771452e6aa4faff2b --

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: But in this case it starts a sentence. -- nosy: +gvanrossum, serhiy.storchaka ___ Python tracker ___

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -27895 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +27894, 27895 pull_request: https://github.com/python/cpython/pull/29653 ___ Python tracker ___

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +27894 pull_request: https://github.com/python/cpython/pull/29653 ___ Python tracker ___

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.11, Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: >From Guido's page: 'But when my last name is used alone to refer to me, it is >capitalized, for example: "As usual, Van Rossum ..."' and similar usage on >wiki page. -- nosy: +terry.reedy ___ Python tracker

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-19 Thread JMcB
Change by JMcB : -- keywords: +patch pull_requests: +27872 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29641 ___ Python tracker ___

[issue45846] Incorrect name capitalisation in faq/programming

2021-11-19 Thread JMcB
New submission from JMcB : At https://docs.python.org/3/faq/programming.html#how-can-i-have-modules-that-mutually-import-each-other it says: van Rossum doesn’t like this approach much because the imports appear in a strange place, but it does work. The V should be capitalised. References: