Message1257
Logged In: YES
user_id=105844
With patch 198102: 1565644-typo-patch.txt checked in,
snapshot builds can now be distinguished.
After a standalone installation, I got:
$ cd /stuff/temp/jython2950/
$ ls
jython.jar
$ java -jar jython.jar
Jython 2.2a2950 on java1.5.0_08 (JIT: null)
Type "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.version
'2.2a2950'
>>> sys.version_info
(2, 2, 0, 'snapshot', 2950)
>>>
The 2950 snapshot build will be online soon. |
|
Date |
User |
Action |
Args |
2008-02-20 17:17:34 | admin | link | issue1565644 messages |
2008-02-20 17:17:34 | admin | create | |
|