Skip to content

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

Closed
serhiy-storchaka wants to merge 2 commits into
python:mainfrom
serhiy-storchaka:strftime-embedded-nul
Closed

gh-124531: Fix strftime() with embedded null characters#125003
serhiy-storchaka wants to merge 2 commits into
python:mainfrom
serhiy-storchaka:strftime-embedded-nul

Conversation

@serhiy-storchaka

@serhiy-storchakaserhiy-storchaka commented Oct 5, 2024

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
MemberAuthor

See #125193.

@serhiy-storchaka
serhiy-storchaka deleted the strftime-embedded-nul branch October 9, 2024 14:52
Sign up for freeto 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

@serhiy-storchaka