summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorMichael Merickel <mmerickel@users.noreply.github.com>2016-04-14 11:23:00 -0500
committerMichael Merickel <mmerickel@users.noreply.github.com>2016-04-14 11:23:00 -0500
commit88637857ca84eb74fd318ad1bf8c4464e50ae662 (patch)
treeed00d73a01d1bd2d84c55930d319c5214701604c /TODO.txt
parent69dafc4e1fce6f7d1b9e3e82bb69ab8147d4c24b (diff)
downloadpyramid-88637857ca84eb74fd318ad1bf8c4464e50ae662.tar.gz
pyramid-88637857ca84eb74fd318ad1bf8c4464e50ae662.tar.bz2
pyramid-88637857ca84eb74fd318ad1bf8c4464e50ae662.zip
add a note in the todo about python 3.3
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 837c9d681..ff567bca8 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -124,6 +124,7 @@ Future
``hashalg`` to ``sha512``.
- 1.8: Remove set_request_property.
+- 1.8: Drop Python 3.3 support.
- 1.9: Remove extra code enabling ``pyramid.security.remember(principal=...)``
and force use of ``userid``.