diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-06-04 17:44:34 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-06-04 17:44:34 (GMT) |
commit | 3b5deb0116abf2c94690d48af41b109bc8a4d559 (patch) | |
tree | 190a550280b59e7606a1d50ceae7fa8bdf106c95 /Misc/NEWS.d/next/macOS | |
parent | 8d0ef0b5edeae52960c7ed05ae8a12388324f87e (diff) | |
download | cpython-3b5deb0116abf2c94690d48af41b109bc8a4d559.zip cpython-3b5deb0116abf2c94690d48af41b109bc8a4d559.tar.gz cpython-3b5deb0116abf2c94690d48af41b109bc8a4d559.tar.bz2 |
Python 3.8.0b1v3.8.0b1
Diffstat (limited to 'Misc/NEWS.d/next/macOS')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2019-06-03-05-49-49.bpo-36231.RfmW_p.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/macOS/2019-06-03-05-49-49.bpo-36231.RfmW_p.rst b/Misc/NEWS.d/next/macOS/2019-06-03-05-49-49.bpo-36231.RfmW_p.rst deleted file mode 100644 index c82e54c..0000000 --- a/Misc/NEWS.d/next/macOS/2019-06-03-05-49-49.bpo-36231.RfmW_p.rst +++ /dev/null @@ -1,3 +0,0 @@ -Support building Python on macOS without /usr/include installed. As of macOS -10.14, system header files are only available within an SDK provided by -either the Command Line Tools or the Xcode app. |