Conversation
solved #111513 solved issue with datetime.datetime.fromtimestamp and datetime.datetime.utcfromtimestamp with string arguments
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
pganssle
left a comment
There was a problem hiding this comment.
This is not quite what the original issue was getting at. The problem is got that these methods should accept strings, but that the error message you get when you pass the wrong type to their argument implies that they only accept integers.
The way to solve the original issue is to fix the error message.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
solved #111513
solved issue with datetime.datetime.fromtimestamp and datetime.datetime.utcfromtimestamp with string arguments