Skip to content

Commit 7609675

Browse files
Moved whatsnew entry from v1.1.0 to v1.0.2
1 parent 58e83fb commit 7609675

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/whatsnew/v1.0.2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Fixed regressions
2727
- Fixed regression in the repr of an object-dtype :class:`Index` with bools and missing values (:issue:`32146`)
2828
- Fixed regression in :meth:`read_csv` in which the ``encoding`` option was not recognized with certain file-like objects (:issue:`31819`)
2929
- Fixed regression in :meth:`DataFrame.reindex` and :meth:`Series.reindex` when reindexing with (tz-aware) index and ``method=nearest`` (:issue:`26683`)
30-
30+
- Fixed regression in :class:`ExcelFile` where the stream passed into the function was closed by the destructor. (:issue:`31467`)
3131

3232
.. ---------------------------------------------------------------------------
3333

doc/source/whatsnew/v1.1.0.rst

-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ I/O
305305
timestamps with ``version="2.0"`` (:issue:`31652`).
306306
- Bug in :meth:`read_csv` was raising `TypeError` when `sep=None` was used in combination with `comment` keyword (:issue:`31396`)
307307
- 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`)
308-
- Bug in :class:`ExcelFile` where the stream passed into the function was closed by the destructor. (:issue:`31467`)
309308

310309

311310
Plotting

0 commit comments

Comments
 (0)