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 623d372 commit 2c7f314Copy full SHA for 2c7f314
1 file changed
Misc/NEWS
@@ -34,7 +34,7 @@ Core and Builtins
34
35
- Remove tuple parameter unpacking (PEP 3113).
36
37
-- Remove the f_restricted attribute from frames. This naturally leads to teh
+- Remove the f_restricted attribute from frames. This naturally leads to the
38
removal of PyEval_GetRestricted() and PyFrame_IsRestricted().
39
40
- PEP 3132 was accepted. That means that you can do ``a, *b = range(5)``
@@ -83,7 +83,7 @@ Core and Builtins
83
output lines in interactive sessions:
84
85
>>> print(42, end="")
86
- 42>>>
+ 42>>>
87
88
We may be able to fix this after the I/O library rewrite.
89
0 commit comments