◐ Shell
clean mode source ↗

Rename Doc/README.txt to Doc/README.rst · Pull Request #18 · python/cpython

added 3 commits

February 10, 2017 21:52

@ghost ghost changed the title Rename README.txt to README.rst Rename Doc/README.txt to Doc/README.rst

Feb 11, 2017

Roger and others added 4 commits

February 10, 2017 22:29

@ghost ghost closed this

Feb 11, 2017

paulmon added a commit to paulmon/cpython that referenced this pull request

Jan 10, 2019

nanjekyejoannah added a commit to nanjekyejoannah/cpython that referenced this pull request

Feb 1, 2023
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

Jun 25, 2023
* 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

Feb 11, 2025

pablogsal pushed a commit to DinoV/cpython that referenced this pull request

Oct 25, 2025
Fix eager imports in try/except in global mode

Eclips4 pushed a commit to Eclips4/cpython that referenced this pull request

Jan 1, 2026

@Qanux Qanux mentioned this pull request

Feb 11, 2026

This pull request was closed.