diff options
| author | Michael Merickel <michael@merickel.org> | 2016-08-31 23:46:45 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-08-31 23:52:41 -0500 |
| commit | 0295ae858cb18bc280c6ace76fda44b4154a085c (patch) | |
| tree | 61703274877f29f2f982101db11cfd79bbe15baf /CHANGES.txt | |
| parent | f9a5c5ba01066dfc81805def6aac8dab9dde2d67 (diff) | |
| download | pyramid-0295ae858cb18bc280c6ace76fda44b4154a085c.tar.gz pyramid-0295ae858cb18bc280c6ace76fda44b4154a085c.tar.bz2 pyramid-0295ae858cb18bc280c6ace76fda44b4154a085c.zip | |
rename the credentials class
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b485ae59e..8fd6a8a91 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -20,9 +20,9 @@ Features -------- - The `_get_credentials` private method of `BasicAuthAuthenticationPolicy` - has been extracted into standalone function `extract_http_basic_credentials` + has been extracted into standalone function ``extract_http_basic_credentials` in `pyramid.authentication` module, this function extracts HTTP Basic - credentials from `request` object, and returns them as a named tuple. + credentials from a ``request`` object, and returns them as a named tuple. Bug Fixes --------- |
