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 68304cc commit 181e41aCopy full SHA for 181e41a
1 file changed
Misc/NEWS
@@ -6,6 +6,8 @@ Type/class unification and new-style classes
6
7
Core and builtins
8
9
+- Fixed super() to work correctly with class methods. [SF bug #535444]
10
+
11
- A new built-in type, bool, has been added, as well as built-in
12
names for its two values, True and False. Comparisons and sundry
13
other operations that return a truth value have been changed to
@@ -148,6 +150,8 @@ Tests
148
150
149
151
Windows
152
153
+- Fixed a bug in urllib's proxy handling in Windows. [SF bug #503031]
154
155
- The installer now installs Start menu shortcuts under (the local
156
equivalent of) "All Users" when doing an Admin install.
157
0 commit comments