Skip to content

[croniter] Update to 6.2.0#15511

Merged
srittau merged 2 commits intopython:mainfrom
donbarbos:bump-croniter-6.2.0
Mar 15, 2026
Merged

[croniter] Update to 6.2.0#15511
srittau merged 2 commits intopython:mainfrom
donbarbos:bump-croniter-6.2.0

Conversation

@donbarbos
Copy link
Contributor

Closes: #15510

@github-actions

This comment has been minimized.

Copy link
Collaborator

@srittau srittau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, comments below.

hash_id: str | bytes | None = None,
implement_cron_bug: bool = False,
second_at_beginning: bool | None = None,
second_at_beginning: bool = False,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In theory, supplying None would still work, but considering there's no primer output and using bool is what is intended, I think not allowing it here is okay.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I decided to leave only bool, so it would be like in other methods/params. I think if we allow None, then we should do the same for many other parameters

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@srittau srittau merged commit 466f4f2 into python:main Mar 15, 2026
39 checks passed
@donbarbos donbarbos deleted the bump-croniter-6.2.0 branch March 15, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants