diff options
| author | Stefano Rivera <stefano@rivera.za.net> | 2022-12-29 14:55:08 -0400 |
|---|---|---|
| committer | Stefano Rivera <stefano@rivera.za.net> | 2022-12-29 14:56:34 -0400 |
| commit | 7ecd8d6f75d9d21f3f7b10e4c84958cf3aa8fb17 (patch) | |
| tree | 24a0b8ffc727bbd3a0c637aa84119e9ace8d1b51 /CHANGES.rst | |
| parent | 109345ccc7779bb5eda68d2c6f6f8808065666bc (diff) | |
| download | pyramid-7ecd8d6f75d9d21f3f7b10e4c84958cf3aa8fb17.tar.gz pyramid-7ecd8d6f75d9d21f3f7b10e4c84958cf3aa8fb17.tar.bz2 pyramid-7ecd8d6f75d9d21f3f7b10e4c84958cf3aa8fb17.zip | |
Drop l*gettext() from pyramid.i18n
Python 3.8 deprecated l*gettext() (bpo-33710), and it was removed from
Python in 3.11 (bpo-44235). In most cases on Python 3, the l variants
aren't useful, and difficult to use correctly.
This adds support for Python 3.11.
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 698aec734..b9eacd894 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,9 @@ Backward Incompatibilities -------------------------- - Pyramid is no longer tested on, nor supports Python 3.6 +- Pyramid drops support for l*gettext() methods in the i18n module. + These have been deprecated in Python's gettext module since 3.8, and + removed in Python 3.11. Documentation Changes --------------------- |
