Skip to content

Commit 7250a88

Browse files
Update doc/source/whatsnew/v1.0.2.rst
Co-Authored-By: Simon Hawkins <[email protected]>
1 parent 2d53b29 commit 7250a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/source/whatsnew/v1.0.2.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Bug fixes
3636

3737
- Using ``pd.NA`` with :meth:`DataFrame.to_json` now correctly outputs a null value instead of an empty object (:issue:`31615`)
3838
- Fixed bug in parquet roundtrip with nullable unsigned integer dtypes (:issue:`31896`).
39-
- Fixed bug where :meth:`pandas.io.pickleread_pickle` raised a ``UnicodeDecodeError` when reading a py27 pickle with MultiIndex column (:issue:`31988`).
39+
- Fixed regression where :func:`read_pickle` raised a ``UnicodeDecodeError`` when reading a py27 pickle with :class:`MultiIndex` column (:issue:`31988`).
4040

4141

4242

@@ -52,4 +52,4 @@ Bug fixes
5252
Contributors
5353
~~~~~~~~~~~~
5454

55-
.. contributors:: v1.0.1..v1.0.2|HEAD
55+
.. contributors:: v1.0.1..v1.0.2|HEAD

0 commit comments

Comments
 (0)