Improve grammar in Glossary.#10474
Conversation
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Maybe some of proposed changes are correct, but most of them look incorrect to me. Although I can be wrong.
Doc/whatsnew/3.7.rst
Outdated
| (Contributed by Yury Selivanov in :issue:`32327`.) | ||
|
|
||
| * :attr:`asyncio.Server.sockets` now returns a copy of the internal list | ||
| * :attr:`asyncio.Server.sockets` now return a copy of the internal list |
There was a problem hiding this comment.
I don't think this is correct.
Doc/whatsnew/3.7.rst
Outdated
|
|
||
| Regular expressions compiled with the :const:`re.LOCALE` flag no longer | ||
| depend on the locale at compile time. Locale settings are applied only | ||
| depends on the locale at compile time. Locale settings are applied only |
There was a problem hiding this comment.
I don't think this is correct.
Doc/whatsnew/3.7.rst
Outdated
| Nathaniel J. Smith in :issue:`29728`.) | ||
|
|
||
| Support for :data:`socket.AF_VSOCK` sockets has been added to allow | ||
| Support for :data:`socket.AF_VSOCK` sockets have been added to allow |
There was a problem hiding this comment.
I have doubts about this.
Doc/whatsnew/3.7.rst
Outdated
|
|
||
| The ``subprocess.run`` function and the :class:`subprocess.Popen` constructor | ||
| now accept the *text* keyword argument as an alias | ||
| now accepts the *text* keyword argument as an alias |
There was a problem hiding this comment.
I have doubts about this.
Doc/whatsnew/3.7.rst
Outdated
|
|
||
| The ``PyExc_RecursionErrorInst`` singleton that was part of the public API | ||
| has been removed as its members being never cleared may cause a segfault | ||
| has been removed as its members were never cleared may cause a segfault |
There was a problem hiding this comment.
I have doubts about this.
Doc/whatsnew/3.7.rst
Outdated
| in :issue:`32403`) | ||
|
|
||
| The speed of comparison of :class:`array.array` instances has been | ||
| The speed of comparison of :class:`array.array` instances have been |
There was a problem hiding this comment.
I don't think this is correct.
Doc/whatsnew/3.7.rst
Outdated
|
|
||
| Support for directly ``await``-ing instances of :class:`asyncio.Lock` and | ||
| other asyncio synchronization primitives has been deprecated. An | ||
| other asyncio synchronization primitives have been deprecated. An |
There was a problem hiding this comment.
I have doubts about this.
|
Thank you @serhiy-storchaka, I deleted the one I also not sure. |
|
I look through the first commit, and I agree with @serhiy-storchaka. The current changeset looks good. |
|
Thanks @Windsooon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
a asynchronous generator -> an asynchronous generator (cherry picked from commit a9655b7) Co-authored-by: Windson yang <wiwindson@outlook.com>
|
GH-10490 is a backport of this pull request to the 3.7 branch. |
|
GH-10491 is a backport of this pull request to the 3.6 branch. |
a asynchronous generator -> an asynchronous generator (cherry picked from commit a9655b7) Co-authored-by: Windson yang <wiwindson@outlook.com>
a asynchronous generator -> an asynchronous generator (cherry picked from commit a9655b7) Co-authored-by: Windson yang <wiwindson@outlook.com>
a asynchronous generator -> an asynchronous generator (cherry picked from commit a9655b7) Co-authored-by: Windson yang <wiwindson@outlook.com>
a asynchronous generator -> an asynchronous generator