@@ -13,35 +13,35 @@ Upcoming deprecation
13
13
Improvements
14
14
~~~~~~~~~~~~
15
15
16
- * Support for hex escapes in JavaScript string literals :gh: `# 877 ` - Przemyslaw Wegrzyn
17
- * Add support for formatting decimals in compact form :gh: `# 909 ` - Jonah Lawrence
18
- * Adapt parse_date to handle ISO dates in ASCII format :gh: `# 842 ` - Eric L.
19
- * Use `ast ` instead of `eval ` for Python string extraction :gh: `# 915 ` - Aarni Koskela
16
+ * Support for hex escapes in JavaScript string literals :gh: `877 ` - Przemyslaw Wegrzyn
17
+ * Add support for formatting decimals in compact form :gh: `909 ` - Jonah Lawrence
18
+ * Adapt parse_date to handle ISO dates in ASCII format :gh: `842 ` - Eric L.
19
+ * Use `ast ` instead of `eval ` for Python string extraction :gh: `915 ` - Aarni Koskela
20
20
* This also enables extraction from static f-strings.
21
21
F-strings with expressions are silently ignored (but won't raise an error as they used to).
22
22
23
23
Infrastructure
24
24
~~~~~~~~~~~~~~
25
25
26
- * Tests: Use regular asserts and ``pytest.raises() `` :gh: `# 875 ` – Aarni Koskela
27
- * Wheels are now built in GitHub Actions :gh: `# 888 ` – Aarni Koskela
28
- * Small improvements to the CLDR downloader script :gh: `# 894 ` – Aarni Koskela
29
- * Remove antiquated `__nonzero__ ` methods :gh: `# 896 ` - Nikita Sobolev
30
- * Remove superfluous `__unicode__ ` declarations :gh: `# 905 ` - Lukas Juhrich
31
- * Mark package compatible with Python 3.11 :gh: `# 913 ` - Aarni Koskela
32
- * Quiesce pytest warnings :gh: `# 916 ` - Aarni Koskela
26
+ * Tests: Use regular asserts and ``pytest.raises() `` :gh: `875 ` – Aarni Koskela
27
+ * Wheels are now built in GitHub Actions :gh: `888 ` – Aarni Koskela
28
+ * Small improvements to the CLDR downloader script :gh: `894 ` – Aarni Koskela
29
+ * Remove antiquated `__nonzero__ ` methods :gh: `896 ` - Nikita Sobolev
30
+ * Remove superfluous `__unicode__ ` declarations :gh: `905 ` - Lukas Juhrich
31
+ * Mark package compatible with Python 3.11 :gh: `913 ` - Aarni Koskela
32
+ * Quiesce pytest warnings :gh: `916 ` - Aarni Koskela
33
33
34
34
Bugfixes
35
35
~~~~~~~~
36
36
37
- * Use email.Message for pofile header parsing instead of the deprecated ``cgi.parse_header `` function. :gh: `# 876 ` – Aarni Koskela
38
- * Remove determining time zone via systemsetup on macOS :gh: `# 914 ` - Aarni Koskela
37
+ * Use email.Message for pofile header parsing instead of the deprecated ``cgi.parse_header `` function. :gh: `876 ` – Aarni Koskela
38
+ * Remove determining time zone via systemsetup on macOS :gh: `914 ` - Aarni Koskela
39
39
40
40
Documentation
41
41
~~~~~~~~~~~~~
42
42
43
- * Update Python versions in documentation :gh: `# 898 ` - Raphael Nestler
44
- * Align BSD-3 license with OSI template :gh: `# 912 ` - Lukas Kahwe Smith
43
+ * Update Python versions in documentation :gh: `898 ` - Raphael Nestler
44
+ * Align BSD-3 license with OSI template :gh: `912 ` - Lukas Kahwe Smith
45
45
46
46
Version 2.10.3
47
47
--------------
0 commit comments