-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Convert Pep 2 rst. #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hello, and thanks for your contribution! Unfortunately we couldn't find an account corresponding And in case you haven't already, please make sure to sign the Once you have done everything that's needed, please reply here and someone will |
Thanks. In addition to what the Knight said, please squash the commits in the pep-2-rst branch. |
GitHub User name update on b.p.o, so Knight will likely change to
Sure thing. Do you know that GitHub can do that for you when you press the green merge button ? |
Rebased and force pushed. |
Yes, I know but we don't always have a chance to do all the review and testing steps via GitHub UI (in this case we need to pull the branch locally and build the HTML version of the file) so it would be nice to avoid the rebasing step as a reviewer :) |
Fair enough :-) |
Even in RST format, PEPs are supposed to be wrapped at 70 chars. |
Sorry I missunderstood the 70char/79char statement in the pep. |
See auto generated version here : https://carreau.github.io/peps/render-pep-2-rst/pep-0002.html Also Tip:
and you can now do :
|
Merged in cce5754, thanks! Already have an alias set for that command. |
Just a quick thing for @berkerpeksag : don't worry about squashing commits for PEPs. No one really reads the commit history for PEPs regularly for any critical reason and so it's more important to make our lives easier to accept PRs than it is to keep a clean commit history. |
That argument doesn't really justify having commits like "fix", "typo", "f* bash" in an official Python repository. |
Oops, that I usually rebased /ammend after I test. Agree that commit
|
…g-patch-1 Fix python#13 for PEP 458
Mostly automatized (still polishing edges of the help script).
The change of indentation of rst and the wrap between 70 and 79 characters looks like a lot of change,
but it's mostly whitespace.
can be seen locally with