Index: javashell.py =================================================================== RCS file: /cvsroot/jython/jython/Lib/javashell.py,v retrieving revision 2.7 diff -u -r2.7 javashell.py --- javashell.py 31 Jul 2003 08:32:49 -0000 2.7 +++ javashell.py 19 Mar 2004 21:15:36 -0000 @@ -131,7 +131,7 @@ _osTypeMap = ( ( "nt", ( 'nt', 'Windows NT', 'Windows NT 4.0', 'WindowsNT', - 'Windows 2000', 'Windows XP', 'Windows CE' )), + 'Windows 2000', 'Windows 2003', 'Windows XP', 'Windows CE' )), ( "dos", ( 'dos', 'Windows 95', 'Windows 98', 'Windows ME' )), ( "mac", ( 'mac', 'MacOS', 'Darwin' )), ( "None", ( 'None', )),