[issue31936] "5. The import system" grammatical error

2017-11-03 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue31936] "5. The import system" grammatical error

2017-11-03 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: New changeset 93952f881500053057c2e08c4b253ac61233d7db by Barry Warsaw in branch 'master': Fix a grammatical problem and reword for clarity. (#4257) https://github.com/python/cpython/commit/93952f881500053057c2e08c4b253ac61233d7db -- __

[issue31936] "5. The import system" grammatical error

2017-11-03 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Re-reading the paragraph now, it also parsed weirdly for me. See the linked PR for a suggested improvement, along with your change. Thanks! -- ___ Python tracker

[issue31936] "5. The import system" grammatical error

2017-11-03 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- keywords: +patch pull_requests: +4219 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue31936] "5. The import system" grammatical error

2017-11-03 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- nosy: +barry versions: +Python 3.7 -Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue31936] "5. The import system" grammatical error

2017-11-03 Thread Daniel U. Thibault
New submission from Daniel U. Thibault : https://docs.python.org/3/reference/import.html#importsystem "Other mechanisms for invoking the import system (such as importlib.import_module()) may choose to subvert __import__() and use its own solution to implement import semantics." should be "Other