Skip to content

Commit 8454c3f

Browse files
Add whatsnew entry
1 parent 1cd0704 commit 8454c3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ I/O
337337
- Bug in :meth:`read_csv` was raising `TypeError` when `sep=None` was used in combination with `comment` keyword (:issue:`31396`)
338338
- Bug in :class:`HDFStore` that caused it to set to ``int64`` the dtype of a ``datetime64`` column when reading a DataFrame in Python 3 from fixed format written in Python 2 (:issue:`31750`)
339339
- Bug in :meth:`read_excel` where a UTF-8 string with a high surrogate would cause a segmentation violation (:issue:`23809`)
340+
- Bug in :meth:`read_csv` was causing a file descriptor leak on an empty file (:issue:`31488`)
340341

341342

342343
Plotting

0 commit comments

Comments
 (0)