commit | 8ba831f847e8f800834e5f3f452a9c2b5fdef171 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Oct 18 17:16:16 2018 -0700 |
committer | R. David Murray <rdmurray@bitdance.com> | Thu Oct 18 20:16:16 2018 -0400 |
tree | e531291c02ce008ca6bce966ae4de17510d7e9d9 | |
parent | 6802964fb4df1d40731a0e63ce81128aa441a0d2 [diff] |
In email.parser in message_from_bytes, update `strict` to `policy` (GH-9854) (#9917) According to the versionchanged note, the `strict` argument was removed in 3.3 and `policy` was added, but the name of the argument in the paragraph wasn't updated. (cherry picked from commit a5ca98537b9f3f5eeae9157b1548b741df3fbf90) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>