Skip to content

Commit 2d269ae

Browse files
committed
Fixes GH43540
1 parent c2e91f8 commit 2d269ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.3.4.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Fixed regressions
1919
- Fixed performance regression in :meth:`MultiIndex.equals` (:issue:`43549`)
2020
- Fixed regression in :meth:`Series.cat.reorder_categories` failing to update the categories on the ``Series`` (:issue:`43232`)
2121
- Fixed regression in :meth:`Series.cat.categories` setter failing to update the categories on the ``Series`` (:issue:`43334`)
22+
- Fixed regression in :meth:`pandas.read_csv` raising UnicodeDecodeError exception when memory_map=True (:issue:`43540`)
2223
-
2324

2425
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)