commit | ceddaf2d0a45cf3a19ce0ac63a24ca4ffc76ba7c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <[email protected]> | Sun Dec 01 15:59:01 2024 -0600 |
committer | Benjamin Peterson <[email protected]> | Sun Dec 01 15:59:01 2024 -0600 |
tree | 2b8d0d0796e806193977cbba78085f7aa3e5628b | |
parent | 9a05aab157c79647aa11c49f31a6bff5b18404a5 [diff] |
Add a changelog for #314.
diff --git a/CHANGES b/CHANGES index 01203dd..00f1746 100644 --- a/CHANGES +++ b/CHANGES
@@ -6,6 +6,9 @@ Unreleased ---------- +- Pull request #388: Remove `URLopener` and `FancyURLopener` classes from + `urllib.request` when running on Python 3.14 or greater. + - Pull request #365, issue #283: `six.moves.UserDict` now points to `UserDict.IterableUserDict` instead of `UserDict.UserDict` on Python 2.