mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Per the Python 3 docs, input() always returns a string:
https://docs.python.org/3/library/functions.html#input
> The function then reads a line from input, converts it to a
> string (stripping a trailing newline), and returns that.
The stubs from typeshed say the same:
|
||
---|---|---|
.. | ||
appapi.rst | ||
builderapi.rst | ||
collectorapi.rst | ||
domainapi.rst | ||
envapi.rst | ||
i18n.rst | ||
index.rst | ||
logging.rst | ||
markupapi.rst | ||
nodes.rst | ||
parserapi.rst | ||
projectapi.rst | ||
tutorial.rst | ||
utils.rst |