File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -429,6 +429,7 @@ Other
429
429
- Bug in :class: `Index ` constructor sometimes silently ignorning a specified ``dtype `` (:issue: `38879 `)
430
430
- Bug in constructing a :class: `Series ` from a list and a :class: `PandasDtype ` (:issue: `39357 `)
431
431
- Bug in :class: `Styler ` which caused CSS to duplicate on multiple renders. (:issue: `39395 `)
432
+ - ``inspect.getmembers(Series) `` no longer raises an ``AbstractMethodError `` (:issue: `38782 `).
432
433
-
433
434
434
435
.. ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def test_attrs(self):
172
172
173
173
@skip_if_no ("jinja2" )
174
174
def test_inspect_getmembers (self ):
175
- # GH38740
175
+ # GH38782
176
176
ser = Series ()
177
177
with tm .assert_produces_warning (None ):
178
178
inspect .getmembers (ser )
You can’t perform that action at this time.
0 commit comments