You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix codecs deprecation
- Fix issue with unclosed `<![`
- Fix issue with unclosed HTML tag `<foo`
- Fix issue with unclosed comments
- Add tests which run on the Python 3.14 beta which should automatically update after release
Fixes#1537
Copy file name to clipboardExpand all lines: docs/changelog.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,14 @@ and this project adheres to the
10
10
[Python Version Specification]: https://packaging.python.org/en/latest/specifications/version-specifiers/.
11
11
See the [Contributing Guide](contributing.md) for details.
12
12
13
-
## [unreleased]
13
+
## [Unreleased]
14
+
15
+
### Fixed
16
+
17
+
* Fix `codecs` deprecation in Python 3.14.
18
+
* Fix issue with unclosed comment parsing in Python 3.14.
19
+
* Fix issue with unclosed declarations in Python 3.14.
20
+
* Fix issue with unclosed HTML tag `<foo` and Python 3.14.
0 commit comments