File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ Python 3.6 beta 1 was released on 12 Sep 2016, and a summary of the new features
25
25
+--------------------------------------------------------+--------------------------------------------------+-----------------+
26
26
| `PEP 468 <https://www.python.org/dev/peps/pep-0468/ >`_ | Preserving the order of *kwargs * in a function | |
27
27
+--------------------------------------------------------+--------------------------------------------------+-----------------+
28
- | `PEP 487 <https://www.python.org/dev/peps/pep-0487/ >`_ | Simpler customization of class creation | |
28
+ | `PEP 487 <https://www.python.org/dev/peps/pep-0487/ >`_ | Simpler customization of class creation | Partial |
29
+ | | | [#setname ]_ |
29
30
+--------------------------------------------------------+--------------------------------------------------+-----------------+
30
31
| `PEP 520 <https://www.python.org/dev/peps/pep-0520/ >`_ | Preserving Class Attribute Definition Order | |
31
32
+--------------------------------------------------------+--------------------------------------------------+-----------------+
@@ -198,3 +199,7 @@ Changes to built-in modules:
198
199
+--------------------------------------------------------------------------------------------------------------+----------------+
199
200
| The *compress() * and *decompress() * functions now accept keyword arguments | |
200
201
+--------------------------------------------------------------------------------------------------------------+----------------+
202
+
203
+ .. rubric :: Notes
204
+
205
+ .. [#setname ] Only :func: `__set_name__ ` is implemented.
You can’t perform that action at this time.
0 commit comments