diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-07-30 15:45:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 15:45:09 (GMT) |
commit | 27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d (patch) | |
tree | bb4d1276338dbf98c81f73f0ffb661541a591a95 /Misc | |
parent | 8a758f5b99c5fc3fd32edeac049d7d4a4b7cc163 (diff) | |
download | cpython-27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d.zip cpython-27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d.tar.gz cpython-27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d.tar.bz2 |
bpo-37704: Remove Tools/scripts/h2py.py (GH-15000)
Use cffi to access a C API in Python.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tools-Demos/2019-07-29-13-59-19.bpo-37704.xxGUz_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2019-07-29-13-59-19.bpo-37704.xxGUz_.rst b/Misc/NEWS.d/next/Tools-Demos/2019-07-29-13-59-19.bpo-37704.xxGUz_.rst new file mode 100644 index 0000000..52ca489 --- /dev/null +++ b/Misc/NEWS.d/next/Tools-Demos/2019-07-29-13-59-19.bpo-37704.xxGUz_.rst @@ -0,0 +1 @@ +Remove ``Tools/scripts/h2py.py``: use cffi to access a C API in Python. |