diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2020-11-20 12:36:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-20 12:36:23 (GMT) |
commit | a6109ef68d421712ba368ef502c4789e8de113e0 (patch) | |
tree | 6774e1a1d55f671febbd23e2a393339f35adb70a /Misc/NEWS.d | |
parent | 2db8e35489d63b976a463fb1d2a6c29f4f965c21 (diff) | |
download | cpython-a6109ef68d421712ba368ef502c4789e8de113e0.zip cpython-a6109ef68d421712ba368ef502c4789e8de113e0.tar.gz cpython-a6109ef68d421712ba368ef502c4789e8de113e0.tar.bz2 |
bpo-1635741: Convert _sre types to heap types and establish module state (PEP 384) (GH-23393)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-11-19-09-59-07.bpo-1635741.7cMypH.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-19-09-59-07.bpo-1635741.7cMypH.rst b/Misc/NEWS.d/next/Library/2020-11-19-09-59-07.bpo-1635741.7cMypH.rst new file mode 100644 index 0000000..1e7d412 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-11-19-09-59-07.bpo-1635741.7cMypH.rst @@ -0,0 +1,2 @@ +Convert _sre module types to heap types (PEP 384). Patch by Erlend E. +Aasland. |