summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-30 16:51:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-11-30 16:51:16 (GMT)
commit16e802f4aed9db71a2e25fa25daa8fed0fc2e539 (patch)
tree5318e4758c57f22919d053598c1d55696e14d972 /Misc
parent27ee75f1913452d7325a1dac7302d402150639f8 (diff)
parent66323415c791502aec973cc1b4b755d22b8ba210 (diff)
downloadcpython-16e802f4aed9db71a2e25fa25daa8fed0fc2e539.zip
cpython-16e802f4aed9db71a2e25fa25daa8fed0fc2e539.tar.gz
cpython-16e802f4aed9db71a2e25fa25daa8fed0fc2e539.tar.bz2
merge 3.4 (#9179)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 21769d8..7e568c6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -240,9 +240,6 @@ Library
- Issue #21650: Add an `--sort-keys` option to json.tool CLI.
-- Issues #814253, #9179: Group references and conditional group references now
- work in lookbehind assertions in regular expressions.
-
- Issue #22824: Updated reprlib output format for sets to use set literals.
Patch contributed by Berker Peksag.