| commit | 371432b961b7f5b410c13b0022e23111115f1d59 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Mon Apr 08 22:33:55 2013 +0300 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Apr 08 22:33:55 2013 +0300 |
| tree | aba081850b1cfbb4bde8f98756118f4818fae05f | |
| parent | 6cb4343d0d374a1b0ba01390ccef5b8868a5e9fc [diff] [blame] |
Close #17666: Fix reading gzip files with an extra field.
diff --git a/Misc/NEWS b/Misc/NEWS index 57e0cc6..deb0d4e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -14,6 +14,8 @@ Library ------- +- Issue #17666: Fix reading gzip files with an extra field. + - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h files when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%.