Skip to content

Commit aea441e

Browse files
committed
range: Update news for sole keyword arg
1 parent 4839fd8 commit aea441e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Standard library changes
4141

4242
* `count` and `findall` now accept an `AbstractChar` argument to search for a character in a string ([#38675]).
4343
* `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])
4545
* `islowercase` and `isuppercase` are now compliant with the Unicode lower/uppercase categories ([#38574]).
4646
* `iseven` and `isodd` functions now support non-`Integer` numeric types ([#38976]).
4747
* `escape_string` can now receive a collection of characters in the keyword

0 commit comments

Comments
 (0)