Skip to content

Add date.strptime and match stdlib subclass behavior - #197

Merged
slashmili merged 1 commit into
slashmili:mainfrom
5j9:strptime
Aug 10, 2026
Merged

Add date.strptime and match stdlib subclass behavior#197
slashmili merged 1 commit into
slashmili:mainfrom
5j9:strptime

Conversation

@5j9

@5j9 5j9 commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Make date.strptime() and datetime.strptime() class methods so they preserve subclasses, matching the standard library behavior.

closes #176

Make date.strptime() and datetime.strptime() class methods so they
preserve subclasses, matching the standard library behavior.

closes slashmili#176
@slashmili
slashmili merged commit b169a2c into slashmili:main Aug 10, 2026
14 checks passed
@slashmili

Copy link
Copy Markdown
Owner

Thanks!

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.

Implement date.strptime for compatibility with built-in datetime

2 participants