[issue42042] docs.python.org for 3.10 missing the new refererence record.

Dong-hee Na report at bugs.python.org
Sat Oct 17 10:31:35 EDT 2020


Dong-hee Na <donghee.na92 at gmail.com> added the comment:

sphinx2
(Pdb) par[0].attributes
{'ids': ['c._PyObject_New'], 'classes': [], 'names': ['c._PyObject_New'], 'dupnames': [], 'backrefs': [], 'first': False}

sphinx3
(Pdb) par[0].attributes
{'ids': ['c._PyObject_New'], 'classes': [], 'names': [], 'dupnames': [], 'backrefs': [], 'is_multiline': True}

We are using the names attribute for annotation.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42042>
_______________________________________


More information about the Python-bugs-list mailing list