We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09e472 commit 60787b8Copy full SHA for 60787b8
Doc/c-api/init.rst
@@ -699,7 +699,7 @@ Process-wide parameters
699
It is recommended that applications embedding the Python interpreter
700
for purposes other than executing a single script pass ``0`` as *updatepath*,
701
and update :data:`sys.path` themselves if desired.
702
- See `CVE-2008-5983 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_.
+ See :cve:`2008-5983`.
703
704
On versions before 3.1.3, you can achieve the same effect by manually
705
popping the first :data:`sys.path` element after having called
0 commit comments