File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Standard library changes
41
41
42
42
* ` count ` and ` findall ` now accept an ` AbstractChar ` argument to search for a character in a string ([ #38675 ] ).
43
43
* ` range ` now supports ` start ` as an optional keyword argument ([ #38041 ] ).
44
- * ` range ` now accepts a single positional argument as ` stop ` and may assume ` start = 1 ` when ` start ` is not provided ([ #39223 ] )
44
+ * ` range ` accepts either ` stop ` or ` length ` as a sole keyword argument ([ #39241 ] )
45
45
* ` islowercase ` and ` isuppercase ` are now compliant with the Unicode lower/uppercase categories ([ #38574 ] ).
46
46
* ` iseven ` and ` isodd ` functions now support non-` Integer ` numeric types ([ #38976 ] ).
47
47
* ` escape_string ` can now receive a collection of characters in the keyword
You can’t perform that action at this time.
0 commit comments