Bernát Gábor added the comment:
I think they're implemented differently and have slightly different semantics,
but they're equal from a user point of view most of the time 🤔
--
nosy: +Bernát Gábor
___
Python tracker
<https://bu
Bernát Gábor added the comment:
I suppose when the python.org documentation is generated the objects.inv file
gets generated with it (I did not found exactly this piece of code here
though). When Sphinx runs, it's intersphinx plugin goes out to python.org,
downloads the objects.inv, de
Bernát Gábor added the comment:
so here's the problem in detail:
Intersphinx (http://www.sphinx-doc.org/en/stable/ext/intersphinx.html) is a
built in Sphinx plugin that allows to link to documentation of other projects
in your own documentation. For example when specifying the argument
Bernát Gábor added the comment:
how can we find it out?
--
___
Python tracker
<http://bugs.python.org/issue31024>
___
___
Python-bugs-list mailing list
Unsub
Bernát Gábor added the comment:
I would need to know who and how maintains the
https://docs.python.org/3.6/objects.inv file. Do you have any idea?
--
___
Python tracker
<http://bugs.python.org/issue31
Bernát Gábor added the comment:
I agree we should not advertise the type. However, whatever its type is should
be in sync in what we put inside objects.inv. That's sort of a encoded binary
black box for the user; the Sphinx tool included. It maps standard library
elements to URLs. This t
New submission from Bernát Gábor:
Hello,
typing.Tuple is class but is defined as data inside
https://docs.python.org/3.6/objects.inv which means that Sphinx fails to find
these.
Thanks,
--
components: Library (Lib)
messages: 299048
nosy: Bernát Gábor
priority: normal
severity
New submission from Bernát Gábor:
Although python27.exe.lnk is callable from any command line tool, with any of
its arguments the subprocess module thinks it's not a valid Win32 application.
Proof, let there be python27.exe.lnk be a shortcut to python.exe:
C:\Python27
λ ls python*
pytho