| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks for this @eastface, it looks great to me. The appveyor failure seems unrelated. I'll rebase and merge this tonight or tomorrow. |
Sorry, something went wrong.
|
@eastface I have reworded the changelog message a bit, please take a look and let me know if you find it acceptable. If so I'll squash it into your original commit and merge. Thanks again for your contribution! |
Sorry, something went wrong.
|
Yes, no problems with that. Glad I was able to help. |
Sorry, something went wrong.
In attempting to pass-through the string representation of an exception we are wrapping, we made the erroneous assumption that `args[0]` would always be a string (or something that can concatenate cleanly with a string). This turns out not to be the case with `IllegalMonthError`, where it is an integer, so to avoid raising an erroneous `TypeError`, we first convert the wrapped exception to a string. See GH issue dateutil#981.
|
Thanks again @eastface. There are a few more bugfixes I'd like to get merged, but we can cut a 2.8.2 release soon-ish. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary of changes
Guard against an integer value in ValueError args. This is known to occur with IllegalMonthError.
Closes #981
Pull Request Checklist