diff options
author | Bryan Weber <bryan.w.weber@gmail.com> | 2022-04-18 21:01:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-18 21:01:18 (GMT) |
commit | 0860b26a4f7abeb61aad9f4b96de8e78eed8c12a (patch) | |
tree | 53d06cd23ba463b1d4473ebee34310bcc10e0eec /Misc/NEWS.d | |
parent | 2f0fc521f48af0dcec86dfcc8d0bc91eebf974ee (diff) | |
download | cpython-0860b26a4f7abeb61aad9f4b96de8e78eed8c12a.zip cpython-0860b26a4f7abeb61aad9f4b96de8e78eed8c12a.tar.gz cpython-0860b26a4f7abeb61aad9f4b96de8e78eed8c12a.tar.bz2 |
gh-91670: Removes `SO` config variable in `sysconfig.py` (#91671)
* Removes SO config variable in sysconfig
Per @warsaw in https://github.com/python/cpython/issues/63754, this was
deprecated in Python 3.4 and was suggested for removal in Python 3.5.
* Add NEWS
* Update Misc/NEWS.d/next/Library/2022-04-18-15-23-24.gh-issue-91670.6eyChw.rst
Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Barry Warsaw <barry@python.org>
Co-authored-by: Éric <merwok@netwok.org>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-18-15-23-24.gh-issue-91670.6eyChw.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-18-15-23-24.gh-issue-91670.6eyChw.rst b/Misc/NEWS.d/next/Library/2022-04-18-15-23-24.gh-issue-91670.6eyChw.rst new file mode 100644 index 0000000..38ba32d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-18-15-23-24.gh-issue-91670.6eyChw.rst @@ -0,0 +1 @@ +Remove deprecated ``SO`` config variable in :mod:`sysconfig`. |