Suggested wording from @sigmavirus24

This commit is contained in:
Cory Benfield
2015-12-15 15:20:26 +00:00
parent 2f744b5010
commit 424fe263d8
+3 -2
View File
@@ -26,8 +26,9 @@ dev (XXXX)
bodies.
- We now handle being passed a query string as a bytestring on Python 3, by
decoding it as UTF-8.
- Sessions are now closed in a timely manner when using the function API,
rather than leaking and waiting for the garbage collector to clean them up.
- Sessions are now closed in all cases (exceptional and not) when using the
functional API rather than leaking and waiting for the garbage collector to
clean them up.
- Correctly handle digest auth headers with a malformed ``qop`` directive that
contains no token, by treating it the same as if no ``qop`` directive was
provided at all.