8000 [doc] logging.rst - Change link to point directly to the Google Group. (GH-93390) by moshekaplan · Pull Request #93390 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[doc] logging.rst - Change link to point directly to the Google Group. (GH-93390) #93390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/howto/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ 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/forum/#!forum/comp.lang.python) and you
group (available at https://groups.google.com/g/comp.lang.python) and you
should receive help before too long.

Still here? You can carry on reading the next few sections, which provide a
Expand Down
0