◐ Shell
clean mode source ↗

gh-124531: Fix strftime() with embedded null characters by serhiy-storchaka · Pull Request #125003 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented

Oct 5, 2024

edited by bedevere-app Bot

Loading

Copy link Copy Markdown

Member

  • 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 Copy Markdown

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

Reviewers

@pganssle pganssle Awaiting requested review from pganssle pganssle is a code owner

@abalkin abalkin Awaiting requested review from abalkin

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@serhiy-storchaka