commit | f4f4415a18cebdc6e0498c8b178e12978414f5d0 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Feb 18 22:29:33 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Feb 18 22:29:33 2006 +0000 |
tree | cc1492865323485f5c7e9ec6b8ce365ed54c8c74 | |
parent | 47fab92542133b9a3936f8771560bd6167db9d4d [diff] [blame] |
Patch #1393157: os.startfile() now has an optional argument to specify a "command verb" to invoke on the file.
diff --git a/Misc/NEWS b/Misc/NEWS index 619549d..9f92bf4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -218,6 +218,9 @@ Extension Modules ----------------- +- Patch #1393157: os.startfile() now has an optional argument to specify + a "command verb" to invoke on the file. + - Bug #876637, prevent stack corruption when socket descriptor is larger than FD_SETSIZE.