commit | 7c7cbfc00fc8d655fc267ff57f8084357858b1db | [log] [tgz] |
---|---|---|
author | Larry Hastings <larry@hastings.org> | Fri Jun 22 15:19:35 2012 -0700 |
committer | Larry Hastings <larry@hastings.org> | Fri Jun 22 15:19:35 2012 -0700 |
tree | d0b4255a985e54f873e30c55fb5e1cf8e3cf3d86 | |
parent | 8e0d25504c5a7309bdebda33b3aa9b8213896907 [diff] [blame] |
Issue #15008: Implement PEP 362 "Signature Objects". Patch by Yury Selivanov.
diff --git a/Misc/NEWS b/Misc/NEWS index 48baa45..c65c71e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Library ------- +- Issue #15008: Implement PEP 362 "Signature Objects". + Patch by Yury Selivanov. + - Issue: #15138: base64.urlsafe_{en,de}code() are now 3-4x faster. - Issue #444582: Add shutil.which, for finding programs on the system path.