Skip to content

Commit

Permalink
range: Update news for sole keyword arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Jan 14, 2021
1 parent 4839fd8 commit aea441e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Standard library changes

* `count` and `findall` now accept an `AbstractChar` argument to search for a character in a string ([#38675]).
* `range` now supports `start` as an optional keyword argument ([#38041]).
* `range` now accepts a single positional argument as `stop` and may assume `start = 1` when `start` is not provided ([#39223])
* `range` accepts either `stop` or `length` as a sole keyword argument ([#39241])
* `islowercase` and `isuppercase` are now compliant with the Unicode lower/uppercase categories ([#38574]).
* `iseven` and `isodd` functions now support non-`Integer` numeric types ([#38976]).
* `escape_string` can now receive a collection of characters in the keyword
Expand Down

0 comments on commit aea441e

Please sign in to comment.