[Python-Dev] PEP 572: Assignment Expressions -- intention to accept, near-final draft (original) (raw)
Terry Reedy tjreedy at udel.edu
Tue Jul 10 01:58:43 EDT 2018
- Previous message (by thread): [Python-Dev] PEP 572: Assignment Expressions -- intention to accept, near-final draft
- Next message (by thread): [Python-Dev] PEP 572: Assignment Expressions -- intention to accept, near-final draft
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 7/9/2018 9:00 PM, Guido van Rossum wrote:
We strongly prefer feedback in the form of Pull Requests to the peps repo (the file is at https://github.com/python/peps/blob/master/pep-0572.rst <https://github.com/python/peps/blob/master/pep-0572.rst>).
I couple of people have said they don't know how to make pull requests against a PEP. I believe the following works with the web editor.
- Go to url above.
- Click upper right pencil icon. I don't know just who can do this.
- Edit on the web page. It might be easier to read the html and then use browser find to change anything seen.
- Note that there are two scrollbars -- one for webpage and one for editing box.
- At the bottom of the webpage, click 'Create a new branch for this commit and start a PR'. This should unclick 'Commit directly to the master branch.'
- Click Green [Propose file change] button.
- I expect one will end up on the PR diff page. If not, click 'files changed to get there. Add comments explaining changes that need such.
The problem I see with this is that I don't know of any way to accept or reject the different proposed changes within the PR. If there is, I would like to know how.
-- Terry Jan Reedy
- Previous message (by thread): [Python-Dev] PEP 572: Assignment Expressions -- intention to accept, near-final draft
- Next message (by thread): [Python-Dev] PEP 572: Assignment Expressions -- intention to accept, near-final draft
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]