Skip to content
Prev Previous commit
Next Next commit
update whatsnew
  • Loading branch information
minggli committed May 25, 2018
commit 74b8c3454d8cecd4903a10d220b5566b396ccd12
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.23.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Indexing
I/O
^^^

-
- Bug in :class:`pandas.io.common.BytesZipFile` where zip compression produces uncompressed zip archive (:issue:`17778`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you reference 21144 (as well is fine) as that other issue was closed for 0.23.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jreback @WillAyd , tested 21144 on older version of pandas 0.20 on windows and same issue occurred. I think it's an existing issue unrelated to this PR. This PR only address zip compression and doesn't touch gzip at all.

-

Plotting
Expand Down