diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-29 10:01:58 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-29 10:01:58 -0500 |
| commit | 28c3135c6dab669bc4bace40cd7f8f22c0a8f997 (patch) | |
| tree | ca4a387a0cf06c79f12662384f46fc34817b3209 | |
| parent | 5c8da0cfbabe5389e1df361222d27dbe870adaaf (diff) | |
| download | pyramid-28c3135c6dab669bc4bace40cd7f8f22c0a8f997.tar.gz pyramid-28c3135c6dab669bc4bace40cd7f8f22c0a8f997.tar.bz2 pyramid-28c3135c6dab669bc4bace40cd7f8f22c0a8f997.zip | |
garden
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 84de3c642..284c45ae4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,13 @@ Bug Fixes the documentation as an API method was a mistake, and it has been renamed to something private. +- When a static view was registered using an absolute filesystem path on + Windows, the ``request.static_url`` function did not work to generate URLs + to its resources. Symptom: "No static URL definition matching + c:\foo\bar\baz". + +- Make all tests pass on Windows XP. + - Bug in ACL authentication checking on Python 3: the ``permits`` and ``principals_allowed_by_permission`` method of ``pyramid.authorization.ACLAuthenticationPolicy`` could return an |
