Skip to content

Commit 142721a

Browse files
committed
add whatsnew
1 parent 13861bc commit 142721a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/whatsnew/v1.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ ExtensionArray
302302
Other
303303
^^^^^
304304

305-
-
305+
- ``inspect.getmembers(Series)`` no longer raises an ``AbstractMethodError`` (:issue:`38782`).
306306
-
307307

308308
.. ---------------------------------------------------------------------------

pandas/tests/series/test_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_attrs(self):
172172

173173
@skip_if_no("jinja2")
174174
def test_inspect_getmembers(self):
175-
# GH38740
175+
# GH38782
176176
ser = Series()
177177
with tm.assert_produces_warning(None):
178178
inspect.getmembers(ser)

0 commit comments

Comments
 (0)