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 ce5df49 commit 4783446Copy full SHA for 4783446
1 file changed
Misc/NEWS
@@ -6,6 +6,12 @@ Type/class unification and new-style classes
6
7
Core and builtins
8
9
+- A new built-in type, bool, has been added, as well as built-in
10
+ names for its two values, True and False. Comparisons and sundry
11
+ other operations that return a truth value have been changed to
12
+ return a bool instead. Read PEP 285 for an explanantion of why this
13
+ is backward compatible.
14
+
15
- Fixed two bugs reported as SF #535905: under certain conditions,
16
deallocating a deeply nested structure could cause a segfault in the
17
garbage collector, due to interaction with the "trashcan" code;
0 commit comments