Mailman 3 python.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Docs-bugs

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
docs-bugs@python.org

May 2021

  • 1 participants
  • 215 discussions
[issue42392] [document removal of] the deprecated 'loop' parameter asyncio API in 3.10
by Gregory P. Smith May 26, 2021

May 26, 2021
Gregory P. Smith <greg(a)krypto.org> added the comment: thanks! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report(a)bugs.python.org> <https://bugs.python.org/issue42392> _______________________________________
1 0
0 0
[issue42392] [document removal of] the deprecated 'loop' parameter asyncio API in 3.10
by miss-islington May 26, 2021

May 26, 2021
miss-islington <mariatta.wijaya+miss-islington(a)gmail.com> added the comment: New changeset 150a8e8a3edbbed12b98c8f22e2972cd47fd3ba5 by Miss Islington (bot) in branch '3.10': [3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) (GH-26390) https://github.com/python/cpython/commit/150a8e8a3edbbed12b98c8f22e2972cd47… ---------- _______________________________________ Python tracker <report(a)bugs.python.org> <https://bugs.python.org/issue42392> _______________________________________
1 0
0 0
[issue43774] [Doc] Document configure options in the Python documentation
by STINNER Victor May 26, 2021

May 26, 2021
STINNER Victor <vstinner(a)python.org> added the comment: The documentation is now online: https://docs.python.org/dev/using/configure.html ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report(a)bugs.python.org> <https://bugs.python.org/issue43774> _______________________________________
1 0
0 0
[issue42392] [document removal of] the deprecated 'loop' parameter asyncio API in 3.10
by Gregory P. Smith May 26, 2021

May 26, 2021
Gregory P. Smith <greg(a)krypto.org> added the comment: New changeset d8fd8c8568cbc2f53c1abeda3596a89a46f0e3d7 by Ken Jin in branch 'main': bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) https://github.com/python/cpython/commit/d8fd8c8568cbc2f53c1abeda3596a89a46… ---------- _______________________________________ Python tracker <report(a)bugs.python.org> <https://bugs.python.org/issue42392> _______________________________________
1 0
0 0
[issue42392] [document removal of] the deprecated 'loop' parameter asyncio API in 3.10
by miss-islington May 26, 2021

May 26, 2021
Change by miss-islington <mariatta.wijaya+miss-islington(a)gmail.com>: ---------- pull_requests: +24983 pull_request: https://github.com/python/cpython/pull/26390 _______________________________________ Python tracker <report(a)bugs.python.org> <https://bugs.python.org/issue42392> _______________________________________
1 0
0 0
[issue12731] python lib re uses obsolete sense of \w in full violation of UTS#18 RL1.2a
by Antoine Pitrou May 26, 2021

May 26, 2021
Change by Antoine Pitrou <pitrou(a)free.fr>: ---------- stage: test needed -> needs patch versions: +Python 3.11 -Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <report(a)bugs.python.org> <https://bugs.python.org/issue12731> _______________________________________
1 0
0 0
[issue41147] Document that redirect_std{out, err} yield the new stream as the context variable
by Irit Katriel May 26, 2021

May 26, 2021
Irit Katriel <iritkatriel(a)yahoo.com> added the comment: Thank you Peter! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report(a)bugs.python.org> <https://bugs.python.org/issue41147> _______________________________________
1 0
0 0
[issue41147] Document that redirect_std{out, err} yield the new stream as the context variable
by Irit Katriel May 26, 2021

May 26, 2021
Irit Katriel <iritkatriel(a)yahoo.com> added the comment: New changeset bee66d3cb98e740f9d8057eb7f503122052ca5d8 by Miss Islington (bot) in branch '3.9': bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as context var (GH-21199) (GH-26380) https://github.com/python/cpython/commit/bee66d3cb98e740f9d8057eb7f50312205… ---------- _______________________________________ Python tracker <report(a)bugs.python.org> <https://bugs.python.org/issue41147> _______________________________________
1 0
0 0
[issue41147] Document that redirect_std{out, err} yield the new stream as the context variable
by Irit Katriel May 26, 2021

May 26, 2021
Irit Katriel <iritkatriel(a)yahoo.com> added the comment: New changeset 1261941e02cd04829592b1b1360b4ec21bfcdb9a by Miss Islington (bot) in branch '3.10': bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as context var (GH-21199) (GH-26379) https://github.com/python/cpython/commit/1261941e02cd04829592b1b1360b4ec21b… ---------- _______________________________________ Python tracker <report(a)bugs.python.org> <https://bugs.python.org/issue41147> _______________________________________
1 0
0 0
[issue41147] Document that redirect_std{out, err} yield the new stream as the context variable
by Irit Katriel May 26, 2021

May 26, 2021
Change by Irit Katriel <iritkatriel(a)yahoo.com>: ---------- versions: +Python 3.10, Python 3.11, Python 3.9 _______________________________________ Python tracker <report(a)bugs.python.org> <https://bugs.python.org/issue41147> _______________________________________
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ...
  • 22
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.