commit | a5ca98537b9f3f5eeae9157b1548b741df3fbf90 | [log] [tgz] |
---|---|---|
author | Cheryl Sabella <cheryl.sabella@gmail.com> | Tue Oct 16 15:26:17 2018 -0400 |
committer | R. David Murray <rdmurray@bitdance.com> | Tue Oct 16 15:26:17 2018 -0400 |
tree | f77d7fa7000e92f93749feaa1b9cba84e7869a8d | |
parent | 137b0632dccb992ca11e9445142fb33a29c33a51 [diff] |
In email.parser in message_from_bytes, update `strict` to `policy` (#9854) 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.