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 refi64
Recipients Jim Fasarakis-Hilliard, eric.smith, refi64, serhiy.storchaka, vstinner
Date 2017-03-15.19:07:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489604859.67.0.922774572162.issue29104@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy: if you want, you can give me your email and I'll submit a PR for you. If you want to do it yourself, just:

Download hub: https://hub.github.com/

git clone python/cpython cpython-git
cd cpython-git
git fork
curl https://raw.githubusercontent.com/mozilla/moz-git-tools/master/hg-patch-to-git-patch > hg-patch-to-git-patch
curl https://bugs.python.org/file46127/fstring_backslash_2.patch | python2 hg-patch-to-git-patch > fstring.patch
git checkout -b fstring-fix
git apply fstring.patch
git commit -am 'bpo-29104: Commit message here'
git push -u MY_GITHUB_USERNAME fstring-fix
git pull-request
History
Date User Action Args
2017-03-15 19:07:39refi64setrecipients: + refi64, vstinner, eric.smith, serhiy.storchaka, Jim Fasarakis-Hilliard
2017-03-15 19:07:39refi64setmessageid: <1489604859.67.0.922774572162.issue29104@psf.upfronthosting.co.za>
2017-03-15 19:07:39refi64linkissue29104 messages
2017-03-15 19:07:39refi64create