cpython/Misc/NEWS.d
Victor Stinner db03cb953a
[3.11] gh-107237: Fix test_udp_reconnection() of test_logging (#107238) (#107245)
gh-107237: Fix test_udp_reconnection() of test_logging (#107238)

test_logging: Fix test_udp_reconnection() by increasing the timeout
from 100 ms to 5 minutes (LONG_TIMEOUT).

Replace also blocking wait() with wait(LONG_TIMEOUT) in
test_output() to prevent the test to hang.

(cherry picked from commit ed08238327)
2023-07-25 14:49:32 +00:00
..
next [3.11] gh-107237: Fix test_udp_reconnection() of test_logging (#107238) (#107245) 2023-07-25 14:49:32 +00:00
3.5.0.rst
3.5.0a1.rst [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) 2022-10-22 20:05:10 +01:00
3.5.0a2.rst
3.5.0a3.rst
3.5.0a4.rst
3.5.0b1.rst
3.5.0b2.rst
3.5.0b3.rst
3.5.0b4.rst
3.5.0rc1.rst
3.5.0rc2.rst
3.5.0rc3.rst
3.5.0rc4.rst
3.5.1.rst
3.5.1rc1.rst
3.5.2.rst
3.5.2rc1.rst NEWS: Reorder items by section (GH-92373) 2022-05-06 13:58:58 +09:00
3.5.3.rst
3.5.3rc1.rst NEWS: Reorder items by section (GH-92373) 2022-05-06 13:58:58 +09:00
3.5.4.rst
3.5.4rc1.rst
3.5.5.rst
3.5.5rc1.rst
3.6.0.rst
3.6.0a1.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
3.6.0a2.rst NEWS: Reorder items by section (GH-92373) 2022-05-06 13:58:58 +09:00
3.6.0a3.rst NEWS: Reorder items by section (GH-92373) 2022-05-06 13:58:58 +09:00
3.6.0a4.rst
3.6.0b1.rst
3.6.0b2.rst
3.6.0b3.rst
3.6.0b4.rst
3.6.0rc1.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
3.6.0rc2.rst
3.6.1.rst
3.6.1rc1.rst
3.6.2.rst
3.6.2rc1.rst NEWS: Reorder items by section (GH-92373) 2022-05-06 13:58:58 +09:00
3.6.2rc2.rst
3.6.3.rst
3.6.3rc1.rst
3.6.4.rst
3.6.4rc1.rst
3.6.5.rst
3.6.5rc1.rst
3.6.6.rst
3.6.6rc1.rst
3.7.0.rst
3.7.0a1.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
3.7.0a2.rst
3.7.0a3.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
3.7.0a4.rst
3.7.0b1.rst
3.7.0b2.rst [3.11] GH-103484: Fix broken links reported by linkcheck (GH-103608) (#103683) 2023-04-23 23:26:15 +03:00
3.7.0b3.rst
3.7.0b4.rst
3.7.0b5.rst
3.7.0rc1.rst
3.8.0a1.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
3.8.0a2.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
3.8.0a3.rst
3.8.0a4.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
3.8.0b1.rst
3.9.0a1.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
3.9.0a2.rst [3.11] GH-103484: Fix broken links reported by linkcheck (GH-103608) (#103683) 2023-04-23 23:26:15 +03:00
3.9.0a3.rst [3.11] Change links to label refs (GH-98454) (#98725) 2022-10-26 13:18:50 -07:00
3.9.0a4.rst [3.11] GH-103484: Fix broken links reported by linkcheck (GH-103608) (#103683) 2023-04-23 23:26:15 +03:00
3.9.0a5.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
3.9.0a6.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
3.9.0b1.rst [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) 2022-10-22 20:05:10 +01:00
3.10.0a1.rst [3.11] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) (#107157) 2023-07-23 23:49:48 +02:00
3.10.0a2.rst [3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121) 2023-07-23 15:06:32 +03:00
3.10.0a3.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
3.10.0a4.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
3.10.0a5.rst [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061) 2023-07-23 11:24:37 +02:00
3.10.0a6.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
3.10.0a7.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
3.10.0b1.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
3.11.0.rst Python 3.11.0 2022-10-24 18:35:39 +01:00
3.11.0a1.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
3.11.0a2.rst gh-54781: Move NEWS item to Tests, and improve wording (GH-95063) 2022-07-20 12:33:38 -07:00
3.11.0a3.rst
3.11.0a4.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
3.11.0a5.rst
3.11.0a6.rst [3.11] Fix duplicated words in the docs (#102644) 2023-03-13 14:31:50 +00:00
3.11.0a7.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
3.11.0b1.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
3.11.0b2.rst Python 3.11.0b2 2022-05-30 22:18:15 +01:00
3.11.0b3.rst Python 3.11.0b3 2022-06-01 14:07:53 +01:00
3.11.0b4.rst [3.11] Remove blurb boilerplate from news item(#95033) (#95036) 2022-07-20 02:23:28 -04:00
3.11.0b5.rst Python 3.11.0b5 2022-07-25 23:21:18 +01:00
3.11.0rc1.rst Python 3.11.0rc1 2022-08-05 15:45:18 +01:00
3.11.0rc2.rst Python 3.11.0rc2 2022-09-11 20:23:30 +01:00
3.11.1.rst Python 3.11.1 2022-12-06 19:05:27 +00:00
3.11.2.rst Python 3.11.2 2023-02-07 13:37:51 +00:00
3.11.3.rst Python 3.11.3 2023-04-04 23:22:17 +01:00
3.11.4.rst Python 3.11.4 2023-06-06 23:00:27 +01:00