summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5b62e8521..9e103dbf5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -37,6 +37,7 @@
- popt: pad to display length, not strlen, for i18n popt args (#106240).
- python: include Python.h before glibc features.h.
- python: return [], not None, accessing header tags (#112794).
+ - python: avoid invoking python to acquire ill-specified parameters.
4.2 -> 4.2.1:
- fix: nested %if handling, optind initialization posix vs. glibc.