Red 3.5.0 - Changelog (#6106)

Co-authored-by: Jakub Kuczys <me@jacken.men>
Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>
This commit is contained in:
Flame442
2023-05-03 20:53:02 -04:00
committed by GitHub
parent 525c3885cd
commit b3fd90ae4c
5 changed files with 358 additions and 27 deletions

View File

@@ -236,6 +236,7 @@ class RawUserIdConverter(dpy_commands.Converter):
# which is *not* for type checking for the actual implementation
# and ensure the lies stay correct for how the object should look as a typehint
#: This converts a user provided string into a positive (>=0) integer.
positive_int = dpy_commands.Range[int, 0, None]