From 19df707b371d4b9910c84aac95ffa6e3f5db253e Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 21 Nov 2016 23:24:38 -0500 Subject: Update pydoc topics for 3.6.0b4 --- Lib/pydoc_data/topics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index 914e818..36b4c8c 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Mon Oct 31 20:37:53 2016 +# Autogenerated by Sphinx on Mon Nov 21 23:22:05 2016 topics = {'assert': '\n' 'The "assert" statement\n' '**********************\n' @@ -3702,7 +3702,7 @@ topics = {'assert': '\n' ' end). This is because any time you resume execution (even ' 'with a\n' ' simple next or step), you may encounter another ' - 'breakpoint--which\n' + 'breakpoint—which\n' ' could have its own command list, leading to ambiguities about ' 'which\n' ' list to execute.\n' -- cgit v0.12 From 38c508a00c32a6ce45a10b705adf8c818fa49dcd Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 21 Nov 2016 23:30:55 -0500 Subject: Version bump for 3.6.0b4 --- Include/patchlevel.h | 2 +- Misc/NEWS | 2 +- README | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 2d68638..ec1601e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.6.0b4+" +#define PY_VERSION "3.6.0b4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. diff --git a/Misc/NEWS b/Misc/NEWS index cc421b0..69def07 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -5,7 +5,7 @@ Python News What's New in Python 3.6.0 beta 4 ================================= -*Release date: XXXX-XX-XX* +*Release date: 2016-11-21* Core and Builtins ----------------- diff --git a/README b/README index 06f4acf..66290ab 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is Python version 3.6.0 beta 3 +This is Python version 3.6.0 beta 4 =================================== Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -- cgit v0.12 From 6f4f2e476294c2fd3f65a1b2b767264dd7ed5f87 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 21 Nov 2016 23:31:39 -0500 Subject: Added tag v3.6.0b4 for changeset 18496abdb3d5 --- .hgtags | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags b/.hgtags index 94ad13b..fe20cad 100644 --- a/.hgtags +++ b/.hgtags @@ -173,3 +173,4 @@ f3edf13dc339b8942ae6b309771ab197dd8ce6fa v3.6.0a3 5b0ca4ed5e2f0669d76ece7ef975c544580f12b4 v3.6.0b1 b9fadc7d1c3f9c3c77f32f35afbe1a1cc38070e6 v3.6.0b2 8345e066c0ed713c3e510cbc8fafc1c38d6d306b v3.6.0b3 +18496abdb3d5c2730a659b747a89261b2219fecf v3.6.0b4 -- cgit v0.12 From f50a85df1f2bcb58f31381369bc506036c1f0928 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 22 Nov 2016 01:21:04 -0500 Subject: Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following b3. It is now b4+ again.) --- Include/patchlevel.h | 2 +- Misc/NEWS | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index ec1601e..2d68638 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.6.0b4" +#define PY_VERSION "3.6.0b4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. diff --git a/Misc/NEWS b/Misc/NEWS index 69def07..928854b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.6.0 release candidate 1 +============================================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.6.0 beta 4 ================================= -- cgit v0.12