Skip to content

Commit 55c1362

Browse files
authored
DOC: Move whatsnew note for #58043 to v2.3.4 (#62811)
1 parent 1bb2539 commit 55c1362

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

doc/source/whatsnew/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Version 2.3
2424
.. toctree::
2525
:maxdepth: 2
2626

27+
v2.3.4
2728
v2.3.3
2829
v2.3.2
2930
v2.3.1

doc/source/whatsnew/v2.3.4.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. _whatsnew_234:
2+
3+
What's new in 2.3.4 (November XX, 2025)
4+
----------------------------------------
5+
6+
These are the changes in pandas 2.3.4. See :ref:`release` for a full changelog
7+
including other versions of pandas.
8+
9+
{{ header }}
10+
11+
.. ---------------------------------------------------------------------------
12+
13+
Bug fixes
14+
^^^^^^^^^
15+
- Bug in :meth:`DataFrame.__getitem__` returning modified columns when called with ``slice`` in Python 3.12 (:issue:`57500`)
16+
17+
.. ---------------------------------------------------------------------------
18+
.. _whatsnew_234.contributors:
19+
20+
Contributors
21+
~~~~~~~~~~~~

doc/source/whatsnew/v3.0.0.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,6 @@ Interval
11321132

11331133
Indexing
11341134
^^^^^^^^
1135-
- Bug in :meth:`DataFrame.__getitem__` returning modified columns when called with ``slice`` in Python 3.12 (:issue:`57500`)
11361135
- Bug in :meth:`DataFrame.__getitem__` when slicing a :class:`DataFrame` with many rows raised an ``OverflowError`` (:issue:`59531`)
11371136
- Bug in :meth:`DataFrame.__setitem__` on an empty :class:`DataFrame` with a tuple corrupting the frame (:issue:`54385`)
11381137
- Bug in :meth:`DataFrame.from_records` throwing a ``ValueError`` when passed an empty list in ``index`` (:issue:`58594`)

0 commit comments

Comments
 (0)