commit | f49f6baa6bf7916ac039194c24b59d2eff5b180a | [log] [tgz] |
---|---|---|
author | Роман Донченко <dpb@corrigendum.ru> | Mon Nov 18 18:30:53 2019 +0300 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Nov 18 07:30:53 2019 -0800 |
tree | 9272ec4100179f80c574890e8f4ba19a129e545f | |
parent | 289cf0fbf78c4f38c38ac71ac8b772be7ec2672f [diff] |
Correct the description of the 3.7 change in urllib.parse.quote (GH-17065) `~` is now treated as an unreserved character (i.e. it doesn't get quoted), not a reserved one.