https://github.com/python/cpython/commit/3ee46ccb6a11015cd864f4032d5f30774fb859e1
commit: 3ee46ccb6a11015cd864f4032d5f30774fb859e1
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-07-21T12:04:28+03:00
summary:

[3.13] gh-136882: Update stale link in the basic logging tutorial. (GH-136885) 
(#136906)

Co-authored-by: Vinay Sajip <[email protected]>
Co-authored-by: Stan Ulbrych <[email protected]>

files:
M Doc/howto/logging.rst

diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
index 3182d5664ab6ec..5a66df722ff03f 100644
--- a/Doc/howto/logging.rst
+++ b/Doc/howto/logging.rst
@@ -302,10 +302,10 @@ reading the following sections. If you're ready for that, 
grab some of your
 favourite beverage and carry on.
 
 If your logging needs are simple, then use the above examples to incorporate
-logging into your own scripts, and if you run into problems or don't
-understand something, please post a question on the comp.lang.python Usenet
-group (available at https://groups.google.com/g/comp.lang.python) and you
-should receive help before too long.
+logging into your own scripts, and if you run into problems or don't understand
+something, please post a question in the Help category of the `Python
+discussion forum <https://discuss.python.org/c/help/7>`_ and you should receive
+help before too long.
 
 Still here? You can carry on reading the next few sections, which provide a
 slightly more advanced/in-depth tutorial than the basic one above. After that,

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to