summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.7.5.rst26
-rw-r--r--Misc/NEWS.d/next/Documentation/2019-09-27-23-37-41.bpo-38294.go_jFf.rst1
-rw-r--r--Misc/NEWS.d/next/Library/2019-05-20-08-54-41.bpo-36952.I_glok.rst5
-rw-r--r--Misc/NEWS.d/next/Library/2019-10-12-08-57-34.bpo-38449.9TWMlz.rst2
-rw-r--r--Misc/NEWS.d/next/Library/2019-10-14-17-56-45.bpo-38368.c-5PhD.rst1
-rw-r--r--Misc/NEWS.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst1
6 files changed, 26 insertions, 10 deletions
diff --git a/Misc/NEWS.d/3.7.5.rst b/Misc/NEWS.d/3.7.5.rst
new file mode 100644
index 0000000..f019782
--- /dev/null
+++ b/Misc/NEWS.d/3.7.5.rst
@@ -0,0 +1,26 @@
+.. bpo: 38368
+.. date: 2019-10-14-17-56-45
+.. nonce: c-5PhD
+.. release date: 2019-10-14
+.. section: Library
+
+Prevent ctypes crash when handling arrays in structs/unions.
+
+..
+
+.. bpo: 38449
+.. date: 2019-10-12-08-57-34
+.. nonce: 9TWMlz
+.. section: Library
+
+Revert GH-15522, which introduces a regression in
+:meth:`mimetypes.guess_type` due to improper handling of filenames as urls.
+
+..
+
+.. bpo: 38344
+.. date: 2019-10-05-05-50-58
+.. nonce: scr2LO
+.. section: Windows
+
+Fix syntax in activate.bat.
diff --git a/Misc/NEWS.d/next/Documentation/2019-09-27-23-37-41.bpo-38294.go_jFf.rst b/Misc/NEWS.d/next/Documentation/2019-09-27-23-37-41.bpo-38294.go_jFf.rst
deleted file mode 100644
index 0bde8c8..0000000
--- a/Misc/NEWS.d/next/Documentation/2019-09-27-23-37-41.bpo-38294.go_jFf.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add list of no-longer-escaped chars to re.escape documentation \ No newline at end of file
diff --git a/Misc/NEWS.d/next/Library/2019-05-20-08-54-41.bpo-36952.I_glok.rst b/Misc/NEWS.d/next/Library/2019-05-20-08-54-41.bpo-36952.I_glok.rst
deleted file mode 100644
index eeb4fd7..0000000
--- a/Misc/NEWS.d/next/Library/2019-05-20-08-54-41.bpo-36952.I_glok.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Starting with Python 3.3, importing ABCs from :mod:`collections` is
-deprecated, and import should be done from :mod:`collections.abc`. Still
-being able to import from :mod:`collections` was marked for removal in 3.8,
-but has been delayed to 3.9; documentation and ``DeprecationWarning``
-clarified.
diff --git a/Misc/NEWS.d/next/Library/2019-10-12-08-57-34.bpo-38449.9TWMlz.rst b/Misc/NEWS.d/next/Library/2019-10-12-08-57-34.bpo-38449.9TWMlz.rst
deleted file mode 100644
index f7b1dbf..0000000
--- a/Misc/NEWS.d/next/Library/2019-10-12-08-57-34.bpo-38449.9TWMlz.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Revert GH-15522, which introduces a regression in
-:meth:`mimetypes.guess_type` due to improper handling of filenames as urls.
diff --git a/Misc/NEWS.d/next/Library/2019-10-14-17-56-45.bpo-38368.c-5PhD.rst b/Misc/NEWS.d/next/Library/2019-10-14-17-56-45.bpo-38368.c-5PhD.rst
deleted file mode 100644
index 0003115..0000000
--- a/Misc/NEWS.d/next/Library/2019-10-14-17-56-45.bpo-38368.c-5PhD.rst
+++ /dev/null
@@ -1 +0,0 @@
-Prevent ctypes crash when handling arrays in structs/unions.
diff --git a/Misc/NEWS.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst b/Misc/NEWS.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst
deleted file mode 100644
index 909d5ce..0000000
--- a/Misc/NEWS.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix syntax in activate.bat