summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tools-Demos
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Tools-Demos')
-rw-r--r--Misc/NEWS.d/next/Tools-Demos/2017-10-23-19-45-52.bpo-30722.ioRlAu.rst9
-rw-r--r--Misc/NEWS.d/next/Tools-Demos/2017-11-28-21-24-41.bpo-32159.RSl4QK.rst3
2 files changed, 0 insertions, 12 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2017-10-23-19-45-52.bpo-30722.ioRlAu.rst b/Misc/NEWS.d/next/Tools-Demos/2017-10-23-19-45-52.bpo-30722.ioRlAu.rst
deleted file mode 100644
index 2d20c4b..0000000
--- a/Misc/NEWS.d/next/Tools-Demos/2017-10-23-19-45-52.bpo-30722.ioRlAu.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-Make redemo work with Python 3.6 and newer versions.
-
-In Python 3.6, flags like re.DOTALL became members of an enum.IntFlag so
-usages like ``getattr(re, 'DOTALL')`` are invalid.
-
-Also, remove the ``LOCALE`` option since it doesn't work with string
-patterns in Python 3.
-
-Patch by Christoph Sarnowski.
diff --git a/Misc/NEWS.d/next/Tools-Demos/2017-11-28-21-24-41.bpo-32159.RSl4QK.rst b/Misc/NEWS.d/next/Tools-Demos/2017-11-28-21-24-41.bpo-32159.RSl4QK.rst
deleted file mode 100644
index 29b3545..0000000
--- a/Misc/NEWS.d/next/Tools-Demos/2017-11-28-21-24-41.bpo-32159.RSl4QK.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Remove CVS and Subversion tools: remove svneol.py and treesync.py scripts.
-CPython migrated from CVS to Subversion, to Mercurial, and then to Git. CVS
-and Subversion are no longer used to develop CPython.