diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-30 16:51:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-30 16:51:16 (GMT) |
commit | 16e802f4aed9db71a2e25fa25daa8fed0fc2e539 (patch) | |
tree | 5318e4758c57f22919d053598c1d55696e14d972 /Misc | |
parent | 27ee75f1913452d7325a1dac7302d402150639f8 (diff) | |
parent | 66323415c791502aec973cc1b4b755d22b8ba210 (diff) | |
download | cpython-16e802f4aed9db71a2e25fa25daa8fed0fc2e539.zip cpython-16e802f4aed9db71a2e25fa25daa8fed0fc2e539.tar.gz cpython-16e802f4aed9db71a2e25fa25daa8fed0fc2e539.tar.bz2 |
merge 3.4 (#9179)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |