mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
The implementation of this function calls str() on all arguments, so it accepts any object (https://hg.python.org/cpython/file/3.5/Lib/urllib/parse.py#l801). This was discussed on the mypy gitter chat.