From a7daaf8f136d162109a5541a98f44991855628cc Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 1 Jul 2017 02:29:44 +0300 Subject: [PATCH] Doc(subproc.py): modified by phd --- subproc.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/subproc.py b/subproc.py index 0280aad..1828b1c 100644 --- a/subproc.py +++ b/subproc.py @@ -40,6 +40,9 @@ __version__ = "Revision: 1.15 " # # ken.manheimer@nist.gov +# This is a modified version by Oleg Broytman . +# The original version is still preserved at +# https://www.python.org/ftp/python/contrib-09-Dec-1999/System/subproc.tar.gz import sys, os, string, time, types import select -- 2.39.2