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 45a1494 commit b9438ceCopy full SHA for b9438ce
1 file changed
Doc/whatsnew/3.8.rst
@@ -52,6 +52,13 @@ For full details, see the :ref:`changelog <changelog>`.
52
form. It will be updated substantially as Python 3.8 moves towards release,
53
so it's worth checking back even after reading earlier versions.
54
55
+ Some notable items not yet covered here:
56
+
57
+ * :pep:`574` - Pickle protocol 5 with out-of-band data buffer support
58
+ * :pep:`578` - Runtime audit hooks for potentially sensitive operations
59
+ * ``python -m asyncio`` runs a natively async REPL
60
+ * ...
61
62
63
Summary -- Release highlights
64
=============================
0 commit comments