diff options
| author | Chris McDonough <chrism@plope.com> | 2012-03-01 23:43:56 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-03-01 23:43:56 -0500 |
| commit | 8114e3a023aa2c37e99acddfe4e697ee5cc180ed (patch) | |
| tree | 89f044e095d924d524a307be98dc1a0f7ace6cbc /CHANGES.txt | |
| parent | d82f1d93a914d483bec51d6463dcb4dc923719ee (diff) | |
| parent | 13c42fd6b8c18067cb4ff20d2eebdfb4b074b14c (diff) | |
| download | pyramid-8114e3a023aa2c37e99acddfe4e697ee5cc180ed.tar.gz pyramid-8114e3a023aa2c37e99acddfe4e697ee5cc180ed.tar.bz2 pyramid-8114e3a023aa2c37e99acddfe4e697ee5cc180ed.zip | |
Merge branch '1.3-branch'
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 284c45ae4..3f5819954 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -28,20 +28,7 @@ Bug Fixes Pyramid 1.3a1. This bug was due to the presence of an ``__iter__`` attribute on strings - under Python 3 which is not present under strings in Python 2. I've been - assured by multiple Python cognoscenti that this difference in behavior - between Python 2 and Python 3 makes complete sense. Iterating over a - string character by character is of course something everyone wants to do - as often as possible and it would just be too darn slow to need to call a - method in order to turn a string into a list. Announcing that a string is - iterable by adding an ``__iter__`` to it simply canonizes its amazing, - speedy usefulness! So lest you think that Python 3's addition of an - ``__iter__`` to strings was a useless, pointless, harmful, - developer-hostile change, you're clearly mistaken, and quite possibly - brain-damaged. I feel for you. It's clearly much better to have a bug - that goes uncaught for nine alphas and one beta and almost leads to a - latent security hole that might have led to indiscriminate data - disclosure. + under Python 3 which is not present under strings in Python 2. 1.3b1 (2012-02-26) ================== |
