Package: python2.5-minimal Version: 2.5.4-3 Severity: minor Tags: patch
See the attached patch. -- Jakub Wilk
diff --git a/Lib/os.py b/Lib/os.py
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -346,7 +346,7 @@
execvpe(file, args[:-1], env)
def execvp(file, args):
- """execp(file, args)
+ """execvp(file, args)
Execute the executable file (which is searched for along $PATH)
with argument list args, replacing the current process.

