Skip to content

Commit cae4ba7

Browse files
committed
Second release candidate for 3.11
1 parent 8adb305 commit cae4ba7

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ History
88
- Update to Unicode 16.0.0, including significant changes to UTS46
99
processing. As a result of Unicode ending support for it, transitional
1010
processing no longer has an effect and returns the same result.
11-
- Add support for Python 3.14, lowest supported version is Python 3.9.
12-
- Various updates to packaging
11+
- Add support for Python 3.14, lowest supported version is Python 3.8.
12+
- Various updates to packaging, including PEP 740 support.
1313

1414
3.10 (2024-09-15)
1515
+++++++++++++++++

README.rst

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
Internationalized Domain Names in Applications (IDNA)
22
=====================================================
33

4-
Support for the `Internationalized Domain Names in
4+
Support for `Internationalized Domain Names in
55
Applications (IDNA) <https://tools.ietf.org/html/rfc5891>`_
66
and `Unicode IDNA Compatibility Processing
77
<https://unicode.org/reports/tr46/>`_.
88

9-
This acts as a suitable replacement for the “encodings.idna”
9+
The latest versions of these standards supplied here provide
10+
more comprehensive language coverage and reduce the potential of
11+
allowing domains with known security vulnerabilities. This library
12+
is a suitable replacement for the “encodings.idna”
1013
module that comes with the Python standard library, but which
11-
only supports the older superseded IDNA specification (`RFC 3490
12-
<https://tools.ietf.org/html/rfc3490>`_). Using the latest
13-
version of IDNA along with UTS46 support provides more
14-
comprehensive language coverage with the latest versions of
15-
the respective standards, and reduces the potential of allowing
16-
domains with known security vulnerabilities.
14+
only supports an older superseded IDNA specification from 2003.
1715

1816
Basic functions are simply executed:
1917

@@ -170,4 +168,4 @@ Additional Notes
170168

171169
* **Transitional processing**. Unicode 16.0.0 removed transitional
172170
processing so the `transitional` argument for the encode() method
173-
no longer has any effect and will be removed at a later date.
171+
no longer has any effect and will be removed at a later date.

idna/package_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.11rc0"
1+
__version__ = "3.11rc1"

0 commit comments

Comments
 (0)