mirror of
https://github.com/python/cpython.git
synced 2025-12-08 02:08:20 +00:00
Some more news.
This commit is contained in:
parent
68304ccce3
commit
181e41ad40
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ Type/class unification and new-style classes
|
||||||
|
|
||||||
Core and builtins
|
Core and builtins
|
||||||
|
|
||||||
|
- Fixed super() to work correctly with class methods. [SF bug #535444]
|
||||||
|
|
||||||
- A new built-in type, bool, has been added, as well as built-in
|
- A new built-in type, bool, has been added, as well as built-in
|
||||||
names for its two values, True and False. Comparisons and sundry
|
names for its two values, True and False. Comparisons and sundry
|
||||||
other operations that return a truth value have been changed to
|
other operations that return a truth value have been changed to
|
||||||
|
|
@ -148,6 +150,8 @@ Tests
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
|
|
||||||
|
- Fixed a bug in urllib's proxy handling in Windows. [SF bug #503031]
|
||||||
|
|
||||||
- The installer now installs Start menu shortcuts under (the local
|
- The installer now installs Start menu shortcuts under (the local
|
||||||
equivalent of) "All Users" when doing an Admin install.
|
equivalent of) "All Users" when doing an Admin install.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue