Issue1608811

classification
Title: Jython 2.1 doesn't recognize Windows 2003 Server
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, richieb
Priority: normal Keywords:

Created on 2006-12-04.22:12:53 by richieb, last changed 2006-12-05.03:07:19 by cgroves.

Files
File name Uploaded Description Edit Remove
javaos.py richieb, 2006-12-04.22:12:53 Fixed javaos.py.
Messages
msg1358 (view) Author: Richie Bielak (richieb) Date: 2006-12-04.22:12:53
Jython 2.1 does not property detect Windows 2003 server. It defaults to "posix" and as a result os.system("som-command") does not work.

The fix is very simple. In "Lib/javaos.py" "Windows 2003" needs to be added as a string for matching OS type. Fixed file attached.

Jython 2.2 seems to work properly.
msg1359 (view) Author: Charlie Groves (cgroves) Date: 2006-12-05.03:07:19
This is a dupe of 1553590
History
Date User Action Args
2006-12-04 22:12:53richiebcreate