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

Add news about deprecated complex ops.

üst 6c655315
......@@ -6,6 +6,10 @@ Type/class unification and new-style classes
Core and builtins
- Complex numbers supported divmod() and the // and % operators, but
these make no sense. Since this was documented, they're being
deprecated now.
- String methods lstrip(), rstrip() and strip() now take an optional
argument that specifies the characters to strip. For example,
"Foo!!!?!?!?".rstrip("?!") -> "Foo".
......
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