https://github.com/python/cpython/commit/d63af9540f6163104699a6e09267696307f0d002
commit: d63af9540f6163104699a6e09267696307f0d002
branch: main
author: Redddy <[email protected]>
committer: rhettinger <[email protected]>
date: 2025-02-20T23:58:58Z
summary:
Fix outdated reference link in collections module (gh-130349)
files:
M Lib/collections/__init__.py
diff --git a/Lib/collections/__init__.py b/Lib/collections/__init__.py
index 78229ac54b80da..d2ddc1cd9ec2ea 100644
--- a/Lib/collections/__init__.py
+++ b/Lib/collections/__init__.py
@@ -595,7 +595,7 @@ class Counter(dict):
# References:
# http://en.wikipedia.org/wiki/Multiset
# http://www.gnu.org/software/smalltalk/manual-base/html_node/Bag.html
- #
http://www.demo2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
+ #
http://www.java2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
# http://code.activestate.com/recipes/259174/
# Knuth, TAOCP Vol. II section 4.6.3
_______________________________________________
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]