aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorSatyarth Agrahari <satyarthagrahari@gmail.com>2023-03-15 12:11:28 +0530
committerGitHub <noreply@github.com>2023-03-15 07:41:28 +0100
commit2bfdc0203202593c8848966aaee269a21e8cc892 (patch)
tree2260bbe76f791a770d97d24a5cc3c21243173843 /CHANGES.md
parent547c08aa79cf2da31dc4dbd04f03f8fa5488acf4 (diff)
downloadpyfakefs-2bfdc0203202593c8848966aaee269a21e8cc892.tar.gz
Remove engine overwrite in pandas TextFileReader patch (#791)
* remove patching of TextFileReader for pandas for version >= 1.2
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 58fb9a5..afa02a9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -11,6 +11,8 @@ The released versions correspond to PyPI releases.
compatible, we cannot exclude that we missed some problems.
* Under macOS, at test start a symlink `/tmp` to the actual temporary directory is
now created in the fake filesystem.
+* Patching of parsers for pandas >= 1.2 is removed since pandas now uses Python fs functions
+ internally even when the engine selected is "c".
### Features
* added possibility to set a path inaccessible under Windows by using `chown()` with