-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Rename Doc/README.txt to Doc/README.rst #18
Conversation
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow these steps to rectify the issue:
Thanks again to your contribution and we look forward to looking at it! |
I have signed the CLA, so the PR will take a day for approval |
@rogersachan master branch already renamed README.txt -> README.rst |
I accidentally merged and destroyed this PR, so I'll close it now. P.S. The extra option next to the merge button would have let you rebase it but ¯_(ツ)_/¯ |
Hi @rogersachan, Thanks for the PR. It's common practice in open source for the contributor to rebase their submission instead of the maintainer doing it. By the contributor doing the rebase, it makes things more efficient for multiple reviewers. 👍 |
how to build for arm32
18: Warn for encode and decode in base64 r=ltratt a=nanjekyejoannah Add warnings for the base module. **Notes:** ``` py2.x >>> import base64 >>> from base64 import decodestring >>> py3.x: >>> import base64 >>> from base64 import decodestring Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name 'decodestring' from 'base64' (/usr/local/Cellar/python@3.9/3.9.12_1/ Frameworks/Python.framework/Versions/3.9/lib/python3.9/ base64.py) ``` Co-authored-by: Joannah Nanjekye <jnanjekye@python.org>
* fix: off by one error in forward jump calculation * Test: fixed test for python#18 * test: remove broken test --------- Co-authored-by: Jules <julia.poo.poo.poo@gmail.com>
I have simply updated the document and its references to README.rst (thanks to whoever formatted it).