summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-07-13 12:08:18 -0400
committerChris McDonough <chrism@plope.com>2012-07-13 12:08:18 -0400
commite652518e00cde05b55b065196a460efd9bc86e32 (patch)
tree5f271e76b246458c384a1e68e1f363560273861f /CHANGES.txt
parent3074e78a5b3818bf6c6cb43b832e4ab1df845e16 (diff)
downloadpyramid-e652518e00cde05b55b065196a460efd9bc86e32.tar.gz
pyramid-e652518e00cde05b55b065196a460efd9bc86e32.tar.bz2
pyramid-e652518e00cde05b55b065196a460efd9bc86e32.zip
- On at least one 64-bit Ubuntu system under Python 3.2, using the
``view_config`` decorator caused a ``RuntimeError: dictionary changed size during iteration`` exception. It no longer does. See https://github.com/Pylons/pyramid/issues/635 for more information. - Fixes issue #635.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c06b8106d..c6afaf0c7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,6 +12,11 @@ Bug Fixes
- Explicit url dispatch regexes can now contain colons.
https://github.com/Pylons/pyramid/issues/629
+- On at least one 64-bit Ubuntu system under Python 3.2, using the
+ ``view_config`` decorator caused a ``RuntimeError: dictionary changed size
+ during iteration`` exception. It no longer does. See
+ https://github.com/Pylons/pyramid/issues/635 for more information.
+
Features
--------