[3.7]Documentation minor update related to 3.6 - 3.7 migration#9501
Merged
Conversation
gvanrossum
reviewed
Sep 23, 2018
| .. code-block:: none | ||
|
|
||
| Python 3.6.0b2+ | ||
| Python 3.7.0 |
Member
There was a problem hiding this comment.
I disagree with this change. The original line showed that the output could include b2+. I'd be fine with just changing it to 3.7.0b2+.
| Python 3.6.0b2+ (3.6:84a3c5003510+, Oct 26 2016, 02:33:55) | ||
| [GCC 6.2.0 20161005] | ||
| Python 3.7.0 (default, Jun 29 2018, 00:03:57) | ||
| [GCC 5.5.0] |
Member
There was a problem hiding this comment.
Again, I think the original example output was more helpful.
FWIW for me this currently displays
Python 3.7.0+ (heads/3.7:0c076caaa8, Sep 22 2018, 12:04:24)
[Clang 9.1.0 (clang-902.0.39.2)]
(but it would be better to match the previous example).
gvanrossum
approved these changes
Sep 24, 2018
Contributor
|
@christopheNan: Status check is done, and it's a success ✅ . |
1 similar comment
Contributor
|
@christopheNan: Status check is done, and it's a success ✅ . |
Member
|
Thanks! We hope you come back and contribute more to CPython. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change version from 3.6 to 3.7 in the documentation when it addresses newcomers.
original request from python/python-docs-fr#273