Message 309667 - Python tracker

Message309667

Author jaraco
Recipients jaraco
Date 2018-01-08.14:58:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515423516.58.0.467229070634.issue32519@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-01-08 14:58:36jaracosetrecipients: + jaraco
2018-01-08 14:58:36jaracosetmessageid: <1515423516.58.0.467229070634.issue32519@psf.upfronthosting.co.za>
2018-01-08 14:58:36jaracolinkissue32519 messages
2018-01-08 14:58:35jaracocreate