Message8471

Author zyasoft
Recipients madhavasridhar, zyasoft
Date 2014-05-21.20:51:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400705505.37.0.49849277224.issue2093@psf.upfronthosting.co.za>
In-reply-to
Content
Tried, but I did not reproduce hanging on 2.7 (we would not fix for 2.5):

$ jython27
Jython 2.7b3+ (default:06161ebf74ee+, May 21 2014, 12:09:01)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_21
Type "help", "copyright", "credits" or "license" for more information.
>>> import subprocess
>>> subprocess.check_call(['svn','help'],stdout=subprocess.PIPE)
0
History
Date User Action Args
2014-05-21 20:51:45zyasoftsetmessageid: <1400705505.37.0.49849277224.issue2093@psf.upfronthosting.co.za>
2014-05-21 20:51:45zyasoftsetrecipients: + zyasoft, madhavasridhar
2014-05-21 20:51:45zyasoftlinkissue2093 messages
2014-05-21 20:51:44zyasoftcreate