summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tools-Demos
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-12-05 08:17:33 (GMT)
committerNed Deily <nad@python.org>2017-12-05 08:17:33 (GMT)
commit3f9a728d955579373f45dac1dd89f5b3e4f36a1c (patch)
treee033fc4fecc9a1baa5b19ec72756f1fe96103eed /Misc/NEWS.d/next/Tools-Demos
parentd4d2b563025747c2e73ed970c633126a5438044e (diff)
downloadcpython-3f9a728d955579373f45dac1dd89f5b3e4f36a1c.zip
cpython-3f9a728d955579373f45dac1dd89f5b3e4f36a1c.tar.gz
cpython-3f9a728d955579373f45dac1dd89f5b3e4f36a1c.tar.bz2
Update NEWS and pydoc topics.
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.