summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/0301.bpo-30340.kvtGm-.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-09-19 05:01:36 (GMT)
committerNed Deily <nad@python.org>2017-09-19 05:01:36 (GMT)
commit450ceea33169e8a7717d3e2fffb009141a99c479 (patch)
treec503081df2b528bacc9eb749cc7f29bef19ec294 /Misc/NEWS.d/next/Library/0301.bpo-30340.kvtGm-.rst
parent380c5fbc6f9b89e013cd7dbb540316a59e4ddb63 (diff)
downloadcpython-450ceea33169e8a7717d3e2fffb009141a99c479.zip
cpython-450ceea33169e8a7717d3e2fffb009141a99c479.tar.gz
cpython-450ceea33169e8a7717d3e2fffb009141a99c479.tar.bz2
Update PyDoc topics and NEWS blurbs for 3.7.0a1
Diffstat (limited to 'Misc/NEWS.d/next/Library/0301.bpo-30340.kvtGm-.rst')
-rw-r--r--Misc/NEWS.d/next/Library/0301.bpo-30340.kvtGm-.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/0301.bpo-30340.kvtGm-.rst b/Misc/NEWS.d/next/Library/0301.bpo-30340.kvtGm-.rst
deleted file mode 100644
index d79acef..0000000
--- a/Misc/NEWS.d/next/Library/0301.bpo-30340.kvtGm-.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Enhanced regular expressions optimization. This increased the performance of
-matching some patterns up to 25 times.