blob: a582ca98f199b2cbea70b2e7680bf107d3f5588d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
unreleased
==========
Features
--------
- Pyramid adds support for Python 3.11.
- Added HTTP 418 error code via `pyramid.httpexceptions.HTTPImATeapot`.
See https://github.com/Pylons/pyramid/pull/3667
Bug Fixes
---------
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
---------------------
|