Kaydet (Commit) c7c36503 authored tarafından Guido van Rossum's avatar Guido van Rossum

Mention private vars in __slots__.

üst 8b47dffc
......@@ -6,6 +6,9 @@ Type/class unification and new-style classes
Core and builtins
- The __slots__ variable can now mention "private" names, and the
right thing will happen (e.g. __slots__ = ["__foo"]).
- Unicode objects in sys.path are no longer ignored but treated
as directory names.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment