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 6c65531 commit 862fe3cCopy full SHA for 862fe3c
1 file changed
Misc/NEWS
@@ -6,6 +6,10 @@ Type/class unification and new-style classes
6
7
Core and builtins
8
9
+- Complex numbers supported divmod() and the // and % operators, but
10
+ these make no sense. Since this was documented, they're being
11
+ deprecated now.
12
+
13
- String methods lstrip(), rstrip() and strip() now take an optional
14
argument that specifies the characters to strip. For example,
15
"Foo!!!?!?!?".rstrip("?!") -> "Foo".
0 commit comments