[issue32519] venv API docs - symlinks default incorrect

2018-06-01 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset 1df877caad584135263ef94d83a28251e162e643 by Vinay Sajip (Miss Islington (bot)) in branch '3.6': bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) (GH-7299)

[issue32519] venv API docs - symlinks default incorrect

2018-06-01 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset 283e12f91db1a5290f2ddbddee406797fec39d2e by Vinay Sajip (Miss Islington (bot)) in branch '3.7': bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) (#7300)

[issue32519] venv API docs - symlinks default incorrect

2018-06-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +6930 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32519] venv API docs - symlinks default incorrect

2018-06-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +6929 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32519] venv API docs - symlinks default incorrect

2018-06-01 Thread Vinay Sajip
Change by Vinay Sajip : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue32519] venv API docs - symlinks default incorrect

2018-06-01 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset c0d341d49b3ffc8b0037e501c246271be9c69f55 by Vinay Sajip in branch 'master': bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) https://github.com/python/cpython/commit/c0d341d49b3ffc8b0037e501c246271be9c69f55

[issue32519] venv API docs - symlinks default incorrect

2018-06-01 Thread Vinay Sajip
Change by Vinay Sajip : -- keywords: +patch pull_requests: +6925 stage: -> patch review ___ Python tracker ___ ___

[issue32519] venv API docs - symlinks default incorrect

2018-05-18 Thread Berker Peksag
Change by Berker Peksag : -- nosy: +vinay.sajip ___ Python tracker ___ ___

[issue32519] venv API docs - symlinks default incorrect

2018-01-08 Thread Jason R. Coombs
New submission from Jason R. Coombs : 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