Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8100be5 commit d47cddfCopy full SHA for d47cddf
1 file changed
Doc/whatsnew/3.12.rst
@@ -68,13 +68,17 @@ Summary -- Release highlights
68
69
New typing features:
70
71
+* :pep:`688`: Making the buffer protocol accessible in Python
72
+
73
* :ref:`whatsnew312-pep692`
74
75
+* :pep:`698`: Override Decorator for Static Typing
76
77
Important deprecations, removals or restrictions:
78
-* :pep:`623`, Remove wstr from Unicode
79
+* :pep:`623`: Remove wstr from Unicode
80
-* :pep:`632`, Remove the ``distutils`` package.
81
+* :pep:`632`: Remove the ``distutils`` package
82
83
Improved Error Messages
84
=======================
0 commit comments