Message1252
I installed latest HEAD installer from [1] to test it
with our software. When I started it for the first time
I noticed that it has the version number identical to
the previoud 2.2 alpha 1 release.
Jython 2.2a1 on java1.5.0_06 (JIT: null)
Type "copyright", "credits" or "license" for more
information.
>>> import sys
>>> sys.version
'2.2a1'
>>> sys.version_info
(2, 2, 0, 'alpha', 1)
Because there has been quite a lot of changes after the
latest release it would help our testing if this HEAD
version could have some other version (basically
anything different would be ok) so that we could add
version checks into the code and have different code
for different Jython versions. We, for example, have a
workaround for a unicode bug 1538001 [2] and now that
it's fixed in HEAD we should use different code when
using this version.
[1] http://homepage.sunrise.ch/mysunrise/ohumbel/
[2] http://jython.org/bugs/1538001
|
|
Date |
User |
Action |
Args |
2008-02-20 17:17:34 | admin | link | issue1565644 messages |
2008-02-20 17:17:34 | admin | create | |
|