Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f932bb8

Browse files
committedMar 10, 2020
Add whatsnew entry
1 parent e0350eb commit f932bb8

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
@@ -302,6 +302,7 @@ I/O
302302
timestamps with ``version="2.0"`` (:issue:`31652`).
303303
- Bug in :meth:`read_csv` was raising `TypeError` when `sep=None` was used in combination with `comment` keyword (:issue:`31396`)
304304
- 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`)
305+
- Bug in :class:`ExcelFile` where the stream passed into the function was closed by the destructor. (:issue:`31467`)
305306

306307

307308
Plotting

0 commit comments

Comments
 (0)
Please sign in to comment.