mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
gh-133210: Fix test_descr in --without-doc-strings mode (#133294)
This commit is contained in:
parent
641253cfac
commit
ba16ba3a18
1 changed files with 1 additions and 1 deletions
|
|
@ -1589,7 +1589,7 @@ def f(cls, arg):
|
|||
cm = classmethod(f)
|
||||
cm_dict = {'__doc__': (
|
||||
"f docstring"
|
||||
if support.HAVE_DOCSTRINGS
|
||||
if support.HAVE_PY_DOCSTRINGS
|
||||
else None
|
||||
),
|
||||
'__module__': __name__,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue