summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-12-18 18:48:49 (GMT)
committerNed Deily <nad@python.org>2019-12-18 18:48:49 (GMT)
commit43364a7ae01fbe4288ef42622259a0038ce1edcc (patch)
tree27360aa537bf631c0d674ff9813576c85fb9b1aa /Misc
parent13ee023c03caf85101778b9323cdffbad695a4e0 (diff)
downloadcpython-3.7.6.zip
cpython-3.7.6.tar.gz
cpython-3.7.6.tar.bz2
3.7.6v3.7.6
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.7.6.rst7
-rw-r--r--Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst1
2 files changed, 7 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.7.6.rst b/Misc/NEWS.d/3.7.6.rst
new file mode 100644
index 0000000..87d5f97
--- /dev/null
+++ b/Misc/NEWS.d/3.7.6.rst
@@ -0,0 +1,7 @@
+.. bpo: 38295
+.. date: 2019-12-17-03-43-04
+.. nonce: hgDvlB
+.. release date: 2019-12-18
+.. section: macOS
+
+Prevent failure of test_relative_path in test_py_compile on macOS Catalina.
diff --git a/Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst b/Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst
deleted file mode 100644
index cc9ceb4..0000000
--- a/Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst
+++ /dev/null
@@ -1 +0,0 @@
-Prevent failure of test_relative_path in test_py_compile on macOS Catalina.