diff options
| author | Michael Merickel <michael@merickel.org> | 2014-11-11 01:34:37 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-11-11 01:35:28 -0600 |
| commit | f3a5679992c51ed3067bb6f5b577dad9fe4274ff (patch) | |
| tree | e870e34761d7ac0866dc408aab30daee9b5b874b /CHANGES.txt | |
| parent | 1b584cf8850e9c75694b0aee7501a49c9c70de63 (diff) | |
| download | pyramid-f3a5679992c51ed3067bb6f5b577dad9fe4274ff.tar.gz pyramid-f3a5679992c51ed3067bb6f5b577dad9fe4274ff.tar.bz2 pyramid-f3a5679992c51ed3067bb6f5b577dad9fe4274ff.zip | |
enable PYTHONSTARTUP support in pshell
Fixes #1299
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index cf2cced51..4bd438bd7 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/1299 + Bug Fixes --------- |
