aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authormrbean-bremen <hansemrbean@googlemail.com>2023-04-11 13:01:34 +0200
committermrbean-bremen <mrbean-bremen@users.noreply.github.com>2023-04-11 15:50:50 +0200
commit7071d88c94c29fd8b11b4ca7a49192baea9e7cbe (patch)
tree6d3b305feb2177082d6e0b062dd66df20dd72bc4 /CHANGES.md
parent36170ee62592b0f53a64d4f6f37bd8023887bd15 (diff)
downloadpyfakefs-7071d88c94c29fd8b11b4ca7a49192baea9e7cbe.tar.gz
Adapt fake pathlib to changes in Python 3.12a7
- stat.st_ctype is deprecated under Windows in 3.12 on, comment out the tests for the time being (support for st_birthdate to be added)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index fe11296..d62ad48 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,6 +3,9 @@ The released versions correspond to PyPI releases.
## Unreleased
+### Changes
+* Adapted fake pathlib to changes in Python 3.12a7 (last alpha version)
+
### Fixes
* Properties defining the capabilities of some `os` functions like
`os.supports_follow_symlinks` are now properly faked to contain the fake functions