Rename Doc/README.txt to Doc/README.rst · Pull Request #18 · python/cpython
added 3 commits
ghost
changed the title
Rename README.txt to README.rst
Rename Doc/README.txt to Doc/README.rst
Roger and others added 4 commits
ghost
closed this
nanjekyejoannah added a commit to nanjekyejoannah/cpython that referenced this pull request
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>
oraluben pushed a commit to oraluben/cpython that referenced this pull request
* 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>
This was referenced
pablogsal pushed a commit to DinoV/cpython that referenced this pull request
Qanux
mentioned this pull request
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters