Auto merge of #2281 - micbou:documentation-windows-python-bug, r=micbou

[READY] Recommend a more recent version for Python bug on Windows

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2281)
<!-- Reviewable:end -->
This commit is contained in:
Homu 2016-08-12 06:32:33 +09:00
commit 576bef62e6
2 changed files with 3 additions and 3 deletions

View File

@ -2816,7 +2816,7 @@ version of Python.
If you are running vim on Windows with Python 2.7.11, this is likely caused by
a [bug][vim_win-python2.7.11-bug]. Follow this [workaround]
[vim_win-python2.7.11-bug_workaround] or use a different version (Python 2.7.9
[vim_win-python2.7.11-bug_workaround] or use a different version (Python 2.7.12
does not suffer from the bug).
### I can't complete python packages in a virtual environment.

View File

@ -3096,7 +3096,7 @@ module could not be loaded" ~
If you are running vim on Windows with Python 2.7.11, this is likely caused by
a bug [61]. Follow this workaround [62] or use a different version (Python
2.7.9 does not suffer from the bug).
2.7.12 does not suffer from the bug).
-------------------------------------------------------------------------------
*youcompleteme-i-cant-complete-python-packages-in-virtual-environment.*