- python: return [], not None, accessing header tags (#112794).

CVS patchset: 7059
CVS date: 2004/01/01 16:50:31
This commit is contained in:
jbj 2004-01-01 16:50:31 +00:00
parent f9093cfebc
commit f5d50a5c67
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
- spelling corrections (#112728).
- 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).
4.2 -> 4.2.1:
- fix: nested %if handling, optind initialization posix vs. glibc.