Message1257

Author otmarhumbel
Recipients
Date 2006-10-13.22:26:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2008-02-20 17:17:34adminlinkissue1565644 messages
2008-02-20 17:17:34admincreate