2
2
Python News
3
3
+++++++++++
4
4
5
- What's New in Python 3.6.1 final ?
6
- =================================
5
+ What's New in Python 3.6.2 release candidate 1 ?
6
+ ===============================================
7
7
8
8
*Release date: XXXX-XX-XX*
9
9
@@ -21,14 +21,6 @@ Core and Builtins
21
21
- bpo-28856: Fix an oversight that %b format for bytes should support objects
22
22
follow the buffer protocol.
23
23
24
- - bpo-29723: The ``sys.path[0]`` initialization change for bpo-29139 caused a
25
- regression by revealing an inconsistency in how sys.path is initialized when
26
- executing ``__main__`` from a zipfile, directory, or other import location.
27
- The interpreter now consistently avoids ever adding the import location's
28
- parent directory to ``sys.path``, and ensures no other ``sys.path`` entries
29
- are inadvertently modified when inserting the import location named on the
30
- command line.
31
-
32
24
- bpo-29714: Fix a regression that bytes format may fail when containing zero
33
25
bytes inside.
34
26
@@ -60,6 +52,30 @@ Library
60
52
Patch by Petr Motejlek.
61
53
62
54
55
+ What's New in Python 3.6.1?
56
+ ===========================
57
+
58
+ *Release date: 2017-03-21*
59
+
60
+ Core and Builtins
61
+ -----------------
62
+
63
+ - bpo-29723: The ``sys.path[0]`` initialization change for bpo-29139 caused a
64
+ regression by revealing an inconsistency in how sys.path is initialized when
65
+ executing ``__main__`` from a zipfile, directory, or other import location.
66
+ The interpreter now consistently avoids ever adding the import location's
67
+ parent directory to ``sys.path``, and ensures no other ``sys.path`` entries
68
+ are inadvertently modified when inserting the import location named on the
69
+ command line.
70
+
71
+ Build
72
+ -----
73
+
74
+ - bpo-27593: fix format of git information used in sys.version
75
+
76
+ - Fix incompatible comment in python.h
77
+
78
+
63
79
What's New in Python 3.6.1 release candidate 1
64
80
==============================================
65
81
0 commit comments