FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Return arg in case of invalid param in strftime by itsankitkp · Pull Request #4530 · RustPython/RustPython · GitHub

Return arg in case of invalid param in strftime - #4530

Merged
youknowone merged 2 commits into
RustPython:mainfrom
itsankitkp:handle-panic-strftime-new
Feb 21, 2023
Merged

Return arg in case of invalid param in strftime#4530
youknowone merged 2 commits into
RustPython:mainfrom
itsankitkp:handle-panic-strftime-new

Conversation

Copy link
Copy Markdown
Contributor

Chrono panics in case of unsupported formats, this patch handles such cases and returns supplied format as a result.

itsankitkp commented Feb 20, 2023
edited by youknowone
Loading

Copy link
Copy Markdown
Contributor Author

This is re-implementation of PR: #4474
as previous PR got messed up git history

Chrono panics in case of unsupported formats, this patch handles such
cases and returns supplied format as a result.

youknowone left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

looks good except for the comment.

you don't need to open a new pr to fix branch. please ask help next time. I can help you to fix them 😄

Comment thread extra_tests/snippets/stdlib_datetime.py Outdated
itsankitkp force-pushed the handle-panic-strftime-new branch from 71a8095 to fcfe8e1 Compare February 20, 2023 19:28
Comment thread extra_tests/snippets/stdlib_datetime.py Outdated

youknowone left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thank you for contributing!

youknowone merged commit 2e27587 into RustPython:main Feb 21, 2023

Copy link
Copy Markdown
Member

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL