Skip to content

Commit f8203dc

Browse files
DOC: move release note for pandas-dev#36175 (pt2)
1 parent 6929e26 commit f8203dc

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
@@ -312,10 +312,9 @@ I/O
312312
- In :meth:`read_csv` `float_precision='round_trip'` now handles `decimal` and `thousands` parameters (:issue:`35365`)
313313
- :meth:`to_pickle` and :meth:`read_pickle` were closing user-provided file objects (:issue:`35679`)
314314
- :meth:`to_csv` passes compression arguments for `'gzip'` always to `gzip.GzipFile` (:issue:`28103`)
315-
- :meth:`to_csv` did not support zip compression for binary file object not having a filename (:issue: `35058`)
315+
- :meth:`to_csv` did not support zip compression for binary file object not having a filename (:issue:`35058`)
316316
- :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`)
317317
- :meth:`to_picke` and :meth:`read_pickle` did not support compression for file-objects (:issue:`26237`, :issue:`29054`, and :issue:`29570`)
318-
- Bug in :meth:`read_excel` with `engine="odf"` caused ``UnboundLocalError`` in some cases where cells had nested child nodes (:issue:`36122`, and :issue:`35802`)
319318

320319
Plotting
321320
^^^^^^^^

0 commit comments

Comments
 (0)