Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-124531: Fix strftime() with embedded null characters #125003

Closed

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Oct 5, 2024

  • time.strftime() (raised ValueError)
  • the strftime() method and formatting of the datetime classes datetime, date and time (truncated at the null character)

* time.strftime() (raised ValueError)
* the strftime() method and formatting of the datetime classes
  datetime, date and time (truncated at the null character)
@serhiy-storchaka
Copy link
Member Author

See #125193.

@serhiy-storchaka serhiy-storchaka deleted the strftime-embedded-nul branch October 9, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant