summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Gaughan <k@stereochro.me>2013-06-19 21:48:21 +0100
committerKeith Gaughan <k@stereochro.me>2013-06-19 21:48:21 +0100
commitb278088e174e2fe14041da675febdc7bab5de8c2 (patch)
tree19615f6c9d74ff3ac2e267d5a9320d024bf62537
parenta8a6c3acba0a632bfe11240737eba4265a96e54e (diff)
downloadwaitress-b278088e174e2fe14041da675febdc7bab5de8c2.tar.gz
Note #39 in the documentation and fix changelog nit.
-rw-r--r--CHANGES.txt3
-rw-r--r--docs/runner.rst5
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 048a4a0..dfe0d81 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,7 +8,8 @@ Next release
speeding up test suite and making concurrent execution more reliable.
- Runner now appends the current working directory to ``sys.path`` to support
- running WSGI applications from a directory (ie not installed in a virtualenv).
+ running WSGI applications from a directory (i.e., not installed in a
+ virtualenv).
0.8.5 (2013-05-27)
------------------
diff --git a/docs/runner.rst b/docs/runner.rst
index 2d9d6ef..0f5a0ea 100644
--- a/docs/runner.rst
+++ b/docs/runner.rst
@@ -56,6 +56,11 @@ cases like these, ``waitress-serve`` has the ``--call`` flag. Thus::
Would load the ``myapp.mymodule`` module, and call ``app.wsgi_factory`` to get
a WSGI application function to be passed to ``waitress.server``.
+.. note::
+
+ As of 0.8.6, the current directory is automatically included on
+ ``sys.path``.
+
.. _invocation:
Invocation