commit | e9fbf2b943d79e8d8d71b64c1881829af880229d | [log] [tgz] |
---|---|---|
author | Matthias Klose <doko@ubuntu.com> | Fri Mar 19 14:45:06 2010 +0000 |
committer | Matthias Klose <doko@ubuntu.com> | Fri Mar 19 14:45:06 2010 +0000 |
tree | 91cadba294f38e27b6f7f0582da0f34eee7946b8 | |
parent | f4fd0bf7c1231e5613b706f044affb7f9f9b5366 [diff] [blame] |
- Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.
diff --git a/Misc/NEWS b/Misc/NEWS index 95ff349..4221ee2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -63,6 +63,8 @@ Extension Modules ----------------- +- Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. + - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x. - Issue #8142: Update libffi to the 3.0.9 release.