-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-26506: hex() documentation: mention %x % int #2525
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
@manvi77, thanks for your PR! By analyzing the history of the files in this pull request, we identified @birkenfeld, @benjaminp and @brettcannon to be potential reviewers. |
Thanks @manvi77 and congrats on your first contribution to CPython 🎉 Can you please backport this to the 3.6 branch? Thanks. |
Thanks @Mariatta, I will check to backport this to 3.6 branch on this weekend. |
@Mariatta , While I am trying backport to 3.6 using cherry_picker ((venv) ~/mypython/cpython @ (Manvisha) | =>cherry_picker 67ba4fa 3.6), got following error Now backporting '67ba4fa467ffff825d6a0c0a21cc54ff1df2ed1b' into '3.6' [backport-67ba4fa-3.6 99eec92c12] bpo-26506: hex() documentation: mention %x % int (GH-2525) Failed to push to origin ☹ Deleted branch backport-67ba4fa-3.6 (was 5679e670a6). branch backport-67ba4fa-3.6 has been deleted. |
@manvi77 Is Can you tell me the result of this command when run from ~/mpython/cpython ?
|
@Mariatta, the result is origin https://github.com/python/cpython.git (fetch) |
@manvi77 cherry_picker assumes that In your case You can use the
|
(cherry picked from commit 67ba4fa)
@Mariatta , thank you and it worked :) . Is it all done? |
GH-2870 is a backport of this pull request to the 3.6 branch. |
bpo-26506: hex() documentation: mention %x % int