diff options
| author | Michael Merickel <mmerickel@users.noreply.github.com> | 2016-04-14 11:20:17 -0500 |
|---|---|---|
| committer | Michael Merickel <mmerickel@users.noreply.github.com> | 2016-04-14 11:20:17 -0500 |
| commit | 69dafc4e1fce6f7d1b9e3e82bb69ab8147d4c24b (patch) | |
| tree | e720a945e1f8231532cd36e712b373b7aef10749 | |
| parent | 3021c2eb9ccd51550cc0ce86f926194cc0408d34 (diff) | |
| parent | a51ca284503910e4090973a4d8991fee92f3381b (diff) | |
| download | pyramid-69dafc4e1fce6f7d1b9e3e82bb69ab8147d4c24b.tar.gz pyramid-69dafc4e1fce6f7d1b9e3e82bb69ab8147d4c24b.tar.bz2 pyramid-69dafc4e1fce6f7d1b9e3e82bb69ab8147d4c24b.zip | |
Merge pull request #2491 from stevepiercy/feature.py33.deprecate
- Deprecated support for Python 3.3. See #2477
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 488c38c7b..da59c3e6f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,9 @@ unreleased ========== +- (Deprecation) Support for Python 3.3 will be removed in Pyramid 1.8. + https://github.com/Pylons/pyramid/issues/2477 + - A new event and interface (BeforeTraversal) has been introduced that will notify listeners before traversal starts in the router. See https://github.com/Pylons/pyramid/pull/2469 and |
