New submission from Jason R. Coombs <jar...@jaraco.com>: In the API docs for EnvBuilder.symlinks, it states "Defaults to True on Linux and Unix systems, but False on Windows." But in fact, the implementation takes the value passed, which always defaults to False. It's only on the command-line that the default is inferred from the system. Presumably, the fix is to strike that sentence from the docs.
---------- components: Library (Lib) messages: 309667 nosy: jason.coombs priority: normal severity: normal status: open title: venv API docs - symlinks default incorrect _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32519> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com