# HG changeset patch # User Paul Ganssle <paul@ganssle.io> # Date 1525824711 14400 # Tue May 08 20:11:51 2018 -0400 # Node ID 76669c9ff323b78a266c9f64711315130af0ad8a # Parent a2c33838eb2d06624f96b0c59431aab3a1e92e51 Revert "Add changelog item for weak reference caches" This reverts commit 4f6721b0ba6a7bd5c5370d6383f6d2c27b90954d. diff --git a/changelog.d/672.bugfix.rst b/changelog.d/672.bugfix.rst deleted file mode 100644 --- a/changelog.d/672.bugfix.rst +++ /dev/null @@ -1,1 +0,0 @@ -Switched the ``tzoffset``, ``tzstr`` and ``gettz`` caches over to using weak references, so that the cache expires when no other references to the original ``tzinfo`` objects exist. This cache-expiry behavior is not considered part of the public interface and may change in the future. Requested by @pganssle (gh issue #635), implemented by @cs-cordero (gh pr #672).