This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcrmatos
Recipients barry, cheryl.sabella, docs@python, jcrmatos, xtreak
Date 2019-01-28.04:12:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548648725.8.0.336331301582.issue35835@roundup.psfhosted.org>
In-reply-to
Content
Hello,

I'm using Github web interface.
I did these steps:
- Forked cpython and changed the pdb.rst file.
- Created a branch called "fix-issue-35835".
- Made the commit with description "Add reference to Python 3.7 new function breakpoint()".
- Made the pull request with title "bpo-35835: Add reference to Python 3.7 new function breakpoint()".
- Made the merge commit.

Now I have an option to delete the fix-issue-35835 branch.
Should I do it? I read some Git tutorials and I think I can, but can you confirm?

After that, how should I procede to create the patch?

Thanks,

JM
History
Date User Action Args
2019-01-28 04:12:07jcrmatossetrecipients: + jcrmatos, barry, docs@python, cheryl.sabella, xtreak
2019-01-28 04:12:05jcrmatossetmessageid: <1548648725.8.0.336331301582.issue35835@roundup.psfhosted.org>
2019-01-28 04:12:05jcrmatoslinkissue35835 messages
2019-01-28 04:12:05jcrmatoscreate