Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > fd269af29348175b07bcbbc7810bbf45 > files > 2

condor-job-hooks-1.5-5.fc16.1.src.rpm

From 2173ec43ca39b99476682884fac209c1b9de165f Mon Sep 17 00:00:00 2001
From: Robert Rati <rrati@redhat.com>
Date: Fri, 11 Mar 2011 14:09:33 -0600
Subject: [PATCH 02/13] Added comment on new _cmdline2list method

---
 module/osutil.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/module/osutil.py b/module/osutil.py
index 549394b..d2e6ee1 100644
--- a/module/osutil.py
+++ b/module/osutil.py
@@ -186,6 +186,7 @@ def tarball_extract(filename):
    tarball.close()
 
 
+# This method comes from the jython code base.
 def _cmdline2list(cmdline):
    """Build an argv list from a Microsoft shell style cmdline str
       following the MS C runtime rules."""
-- 
1.7.6.5