From b02f2e12981c05bf7863776c19e0aded864cbc74 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 31 Oct 2016 20:39:38 -0400 Subject: Update pydoc topics for 3.6.0b3 --- Lib/pydoc_data/topics.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index aaf2ce6..914e818 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 10 15:59:17 2016 +# Autogenerated by Sphinx on Mon Oct 31 20:37:53 2016 topics = {'assert': '\n' 'The "assert" statement\n' '**********************\n' @@ -5066,9 +5066,9 @@ topics = {'assert': '\n' 'be formatted\n' 'with the floating point presentation types listed below ' '(except "\'n\'"\n' - 'and None). When doing so, "float()" is used to convert the ' - 'integer to\n' - 'a floating point number before formatting.\n' + 'and "None"). When doing so, "float()" is used to convert ' + 'the integer\n' + 'to a floating point number before formatting.\n' '\n' 'The available presentation types for floating point and ' 'decimal values\n' @@ -9626,7 +9626,7 @@ topics = {'assert': '\n' ' Unicode ordinals (integers) or characters (strings of ' 'length 1) to\n' ' Unicode ordinals, strings (of arbitrary lengths) or ' - 'None.\n' + '"None".\n' ' Character keys will then be converted to ordinals.\n' '\n' ' If there are two arguments, they must be strings of ' @@ -9637,7 +9637,7 @@ topics = {'assert': '\n' 'is a third\n' ' argument, it must be a string, whose characters will be ' 'mapped to\n' - ' None in the result.\n' + ' "None" in the result.\n' '\n' 'str.partition(sep)\n' '\n' @@ -11204,7 +11204,7 @@ topics = {'assert': '\n' 'the\n' ' order of their occurrence in the base class list; "__doc__" is ' 'the\n' - " class's documentation string, or None if undefined;\n" + ' class\'s documentation string, or "None" if undefined;\n' ' "__annotations__" (optional) is a dictionary containing ' '*variable\n' ' annotations* collected during class body execution.\n' -- cgit v0.12 From 0ef256c2b09cca0990d8d3767de943096dd61a07 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 31 Oct 2016 20:43:30 -0400 Subject: Version bump for 3.6.0b3 --- Include/patchlevel.h | 4 ++-- Misc/NEWS | 2 +- README | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 29da489..36c1649 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.6.0b2+" +#define PY_VERSION "3.6.0b3" /*--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 ea68653..88fd5ca 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -5,7 +5,7 @@ Python News What's New in Python 3.6.0 beta 3 ================================= -*Release date: XXXX-XX-XX* +*Release date: 2016-10-31* Core and Builtins ----------------- diff --git a/README b/README index 09b8b34..e19a8ae 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is Python version 3.6.0 beta 2 +This is Python version 3.6.0 beta 3 =================================== Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -- cgit v0.12 From d0365706252f194a2e3f7a95fbecf88d592fa9d5 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 31 Oct 2016 20:45:16 -0400 Subject: Added tag v3.6.0b3 for changeset 8345e066c0ed --- .hgtags | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags b/.hgtags index 390e10d..94ad13b 100644 --- a/.hgtags +++ b/.hgtags @@ -172,3 +172,4 @@ f3edf13dc339b8942ae6b309771ab197dd8ce6fa v3.6.0a3 017cf260936b444788c9b671d195b7bfd83dbd25 v3.6.0a4 5b0ca4ed5e2f0669d76ece7ef975c544580f12b4 v3.6.0b1 b9fadc7d1c3f9c3c77f32f35afbe1a1cc38070e6 v3.6.0b2 +8345e066c0ed713c3e510cbc8fafc1c38d6d306b v3.6.0b3 -- cgit v0.12 From a9e99b1a543364c86d5d2cbc42007b192433702e Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 1 Nov 2016 00:35:39 -0400 Subject: Start 3.6.0b4 --- Include/patchlevel.h | 4 ++-- Misc/NEWS | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 36c1649..2d68638 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.6.0b3" +#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 88fd5ca..433ae0a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.6.0 beta 4 +================================= + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.6.0 beta 3 ================================= -- cgit v0.12