summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-02-02 20:41:05 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-02-02 20:41:05 (GMT)
commit22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3 (patch)
tree961a08965e0bc66dcb60bb6b4ee78778af1bb1bf /Misc/NEWS.d/next/macOS
parentbb739ec922c6992a2be38f9fd3c544c2cc322dde (diff)
downloadcpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.zip
cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.tar.gz
cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.tar.bz2
Python 3.10.0a5
Diffstat (limited to 'Misc/NEWS.d/next/macOS')
-rw-r--r--Misc/NEWS.d/next/macOS/2021-01-26-14-36-11.bpo-42504.ZxWt71.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/macOS/2021-01-26-14-36-11.bpo-42504.ZxWt71.rst b/Misc/NEWS.d/next/macOS/2021-01-26-14-36-11.bpo-42504.ZxWt71.rst
deleted file mode 100644
index a47776e..0000000
--- a/Misc/NEWS.d/next/macOS/2021-01-26-14-36-11.bpo-42504.ZxWt71.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Ensure that the value of
-sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET') is always a string,
-even in when the value is parsable as an integer.