Skip to content

Commit 1b4e49d

Browse files
simonjayhawkinsKevin D Smith
authored and
Kevin D Smith
committed
DOC: move release note for pandas-dev#36175 (pt2) (pandas-dev#36379)
1 parent 910e08a commit 1b4e49d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v1.2.0.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,9 @@ I/O
313313
- In :meth:`read_csv` `float_precision='round_trip'` now handles `decimal` and `thousands` parameters (:issue:`35365`)
314314
- :meth:`to_pickle` and :meth:`read_pickle` were closing user-provided file objects (:issue:`35679`)
315315
- :meth:`to_csv` passes compression arguments for `'gzip'` always to `gzip.GzipFile` (:issue:`28103`)
316-
- :meth:`to_csv` did not support zip compression for binary file object not having a filename (:issue: `35058`)
316+
- :meth:`to_csv` did not support zip compression for binary file object not having a filename (:issue:`35058`)
317317
- :meth:`to_csv` and :meth:`read_csv` did not honor `compression` and `encoding` for path-like objects that are internally converted to file-like objects (:issue:`35677`, :issue:`26124`, and :issue:`32392`)
318318
- :meth:`to_picke` and :meth:`read_pickle` did not support compression for file-objects (:issue:`26237`, :issue:`29054`, and :issue:`29570`)
319-
- Bug in :meth:`read_excel` with `engine="odf"` caused ``UnboundLocalError`` in some cases where cells had nested child nodes (:issue:`36122`, and :issue:`35802`)
320319

321320
Plotting
322321
^^^^^^^^

0 commit comments

Comments
 (0)