https://github.com/python/cpython/commit/6c4de3259d1aa914aa1cf04e0e9ed5c93434f382 commit: 6c4de3259d1aa914aa1cf04e0e9ed5c93434f382 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: rhettinger <rhettin...@users.noreply.github.com> date: 2025-02-21T00:15:48Z summary:
[3.12] Fix outdated reference link in collections module (gh-130349) (gh-130387) files: M Lib/collections/__init__.py diff --git a/Lib/collections/__init__.py b/Lib/collections/__init__.py index 5f000b5f2c38c3..2da0cd5b3af42b 100644 --- a/Lib/collections/__init__.py +++ b/Lib/collections/__init__.py @@ -588,7 +588,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 -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com