Martin
2016-12-07 3588e811df0efe16642fee427a2988af9f4e4b6e
fixed 'list' to 'listen'
16 files modified
33 ■■■■■ changed files
CHANGES.txt 3 ●●●●● patch | view | raw | blame | history
CONTRIBUTORS.txt 2 ●●●●● patch | view | raw | blame | history
docs/quick_tutorial/forms/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/retail_forms/development.ini 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/authentication/development.ini 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/authentication/production.ini 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/basiclayout/development.ini 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/basiclayout/production.ini 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/installation/development.ini 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/installation/production.ini 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/models/development.ini 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/models/production.ini 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/tests/development.ini 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/tests/production.ini 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/views/development.ini 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/views/production.ini 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -39,6 +39,9 @@
  (e.g. ``request.registry.settings.foo``). This was deprecated in Pyramid 1.2.
  See https://github.com/Pylons/pyramid/pull/2823
- Scaffolds, documentation and tutorials now use ``listen`` option instead
  of ``host`` and ``port`` to configure Waitress server.
Features
--------
CONTRIBUTORS.txt
@@ -288,3 +288,5 @@
- Moriyoshi Koizumi, 2016/11/20
- Mikko Ohtamaa, 2016/12/6
- Martin Frlin, 2016/12/7
docs/quick_tutorial/forms/development.ini
@@ -6,4 +6,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = 0.0.0.0:6543
listen = 0.0.0.0:6543
docs/quick_tutorial/retail_forms/development.ini
@@ -6,4 +6,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = 0.0.0.0:6543
listen = 0.0.0.0:6543
docs/tutorials/wiki2/src/authentication/development.ini
@@ -29,7 +29,7 @@
[server:main]
use = egg:waitress#main
list = 127.0.0.1:6543
listen = 127.0.0.1:6543
###
# logging configuration
docs/tutorials/wiki2/src/authentication/production.ini
@@ -18,7 +18,7 @@
[server:main]
use = egg:waitress#main
list = 0.0.0.0:6543
listen = 0.0.0.0:6543
###
# logging configuration
docs/tutorials/wiki2/src/basiclayout/development.ini
@@ -27,7 +27,7 @@
[server:main]
use = egg:waitress#main
list = 127.0.0.1:6543
listen = 127.0.0.1:6543
###
# logging configuration
docs/tutorials/wiki2/src/basiclayout/production.ini
@@ -16,7 +16,7 @@
[server:main]
use = egg:waitress#main
list = 0.0.0.0:6543
listen = 0.0.0.0:6543
###
# logging configuration
docs/tutorials/wiki2/src/installation/development.ini
@@ -27,7 +27,7 @@
[server:main]
use = egg:waitress#main
list = 127.0.0.1:6543
listen = 127.0.0.1:6543
###
# logging configuration
docs/tutorials/wiki2/src/installation/production.ini
@@ -16,7 +16,7 @@
[server:main]
use = egg:waitress#main
list = 0.0.0.0:6543
listen = 0.0.0.0:6543
###
# logging configuration
docs/tutorials/wiki2/src/models/development.ini
@@ -27,7 +27,7 @@
[server:main]
use = egg:waitress#main
list = 127.0.0.1:6543
listen = 127.0.0.1:6543
###
# logging configuration
docs/tutorials/wiki2/src/models/production.ini
@@ -16,7 +16,7 @@
[server:main]
use = egg:waitress#main
list = 0.0.0.0:6543
listen = 0.0.0.0:6543
###
# logging configuration
docs/tutorials/wiki2/src/tests/development.ini
@@ -29,7 +29,7 @@
[server:main]
use = egg:waitress#main
list = 127.0.0.1:6543
listen = 127.0.0.1:6543
###
# logging configuration
docs/tutorials/wiki2/src/tests/production.ini
@@ -18,7 +18,7 @@
[server:main]
use = egg:waitress#main
list = 0.0.0.0:6543
listen = 0.0.0.0:6543
###
# logging configuration
docs/tutorials/wiki2/src/views/development.ini
@@ -27,7 +27,7 @@
[server:main]
use = egg:waitress#main
list = 127.0.0.1:6543
listen = 127.0.0.1:6543
###
# logging configuration
docs/tutorials/wiki2/src/views/production.ini
@@ -16,7 +16,7 @@
[server:main]
use = egg:waitress#main
list = 0.0.0.0:6543
listen = 0.0.0.0:6543
###
# logging configuration