summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-17 20:12:08 -0600
committerMichael Merickel <michael@merickel.org>2014-11-17 20:12:08 -0600
commit2b59a35c4b5ec0f7052aacce3ffa66ce74cbae56 (patch)
treed6d9cf9c2a3d60f1fbdf5707bc095c95e7ab4f9a /CHANGES.txt
parent92d84360ca61c54008fe81f9943eddf72fd44caf (diff)
parent0c5e5ac9bbb9d0e1bc4aa8f3497f2c7f54ca96d3 (diff)
downloadpyramid-2b59a35c4b5ec0f7052aacce3ffa66ce74cbae56.tar.gz
pyramid-2b59a35c4b5ec0f7052aacce3ffa66ce74cbae56.tar.bz2
pyramid-2b59a35c4b5ec0f7052aacce3ffa66ce74cbae56.zip
Merge pull request #1448 from Pylons/feature.pshell-pythonstartup
enable PYTHONSTARTUP support in pshell
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fc1431c94..bcd4498c5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -24,6 +24,10 @@ Features
``431 Request Header Fields Too Large`` in ``pyramid.httpexceptions``.
See https://github.com/Pylons/pyramid/pull/1372/files
+- The ``pshell`` script will now load a ``PYTHONSTARTUP`` file if one is
+ defined in the environment prior to launching the interpreter.
+ See https://github.com/Pylons/pyramid/pull/1448
+
- Make it simple to define notfound and forbidden views that wish to use
the default exception-response view but with altered predicates and other
configuration options. The ``view`` argument is now optional in