summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIwan Aucamp <aucampia@gmail.com>2022-07-30 13:44:12 +0200
committerGitHub <noreply@github.com>2022-07-30 13:44:12 +0200
commit1d5f3e7bd2d0be1db95e8f19c791a9bd06037bd9 (patch)
tree7f3ac58d236f4e30955420da091c2e1e47acfeea /CHANGELOG.md
parentff41218c0a63959a34969eefafd9951c48ef667f (diff)
downloadrdflib-1d5f3e7bd2d0be1db95e8f19c791a9bd06037bd9.tar.gz
chore: remove pre Python 3.7 compatibility code for shutil (#2066)
Remove fallback code in case shutil does not have the move function, noticed this while trying to fix some Windows specific issues. No tests are added as this functionality is extensively tested.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d18f009b..90977957 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -127,6 +127,23 @@ and will be removed for release.
<!-- -->
<!-- -->
+<!-- CHANGE BARRIER: START PR #2066 -->
+<!-- -->
+<!-- -->
+
+- Removed pre python 3.7 compatibility code.
+ [PR #2066](https://github.com/RDFLib/rdflib/pull/2066).
+ - Removed fallback in case the `shutil` module does not have the `move`
+ function.
+
+<!-- -->
+<!-- -->
+<!-- CHANGE BARRIER: END PR #2066 -->
+<!-- -->
+<!-- -->
+
+<!-- -->
+<!-- -->
<!-- CHANGE BARRIER: START -->
<!-- -->
<!-- -->