Release/2.4#480
Merged
Merged
Conversation
There was a stupid fault when releasing 2.3.0.
`zh_Hant` locale data does not have names for the `am` and `pm` day periods in the `format`/`abbreviated` context, so fallback logic is added to deal with that eventuality. Fixes #378
2.3.2 release
The 'no-wrap', 'ignore-obsolete', 'no-fuzzy-matching', 'previous' and 'update-header-comment' were not correctly parsed in the update_catalog command.
2.3.3 bugfix release
This is a combination of the test suite improvement fbc1648 and the frontend changes in 414aec5..ee8abd6. * Harmonize extraction keyword parsing between distutils and standalone CLI (#388, #384, #311) * Don't use unicode-variant %r for logging * extract: don't die badly when no input paths are specified in optparse mode * Remind the optparse CLI about `extract -s` (a shorthand for `--strip-comments`) (#390) * Teach the optparse CLI about the parameter aliases it had forgotten in #311 (#390)
|
Comment on 7107678, file babel/_compat.py, line 70. This file contains unused source code. PyUnusedCodeBear, severity NORMAL, section The issue can be fixed by applying the following patch: --- a/babel/_compat.py
+++ b/babel/_compat.py
@@ -67,4 +67,4 @@
try:
import cdecimal as decimal
except ImportError:
- import decimal
+ pass |
Member
Author
|
Hey @sils, can you check if you can authorize me to be able to restart builds on AppVeyor? (Though the download problems it's having seem to be less intermittent and more, just, well, constant...) |
Codecov Report
@@ Coverage Diff @@
## master #480 +/- ##
=======================================
Coverage 90.14% 90.14%
=======================================
Files 24 24
Lines 3979 3979
=======================================
Hits 3587 3587
Misses 392 392
Continue to review full report at Codecov.
|
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Preparing release of 2.4.