Re: Jython 2.7.3b1 Released

Jeff Mitchell <[email protected]> Wed, 13 Jul 2022 09:16:47 -0400
Newsgroups gmane.comp.lang.jython.user
Message-ID <CAAdVdyjqzL9WAsCbFBnBqFot6Q3YKTP+kVPWyW7W5Ym5oB=3uQ@mail.gmail.com>
--===============3134279510110440213==
Content-Type: multipart/alternative; boundary="00000000000088f2a705e3af9962"

--00000000000088f2a705e3af9962
Content-Type: text/plain; charset="UTF-8"

Thanks for the updates Jeff! (Great write up in VSJ, as well.)

Jython is an amazing work, and I'm glad to see its still alive :)

On Wed, Jul 13, 2022 at 3:25 AM Jeff Allen <[email protected]> wrote:

> Further to the off-repo experimental work (VSJ) Jim references, as I
> became reasonably sure of the implementation approach, I migrated code to
> the "main" (not "master") branch of the Jython repo,. We will make "main"
> the default when Jython 3 is viable (agreed on jython-dev).
>
> See https://github.com/jython/jython/tree/main
>
> Where possible, the migration is a graft into prior work moved from Jython
> 2. For this reason, a lot of Jython 2 code waits unchanged on this branch
> in ~/src, but this folder is not referenced in the build. (~/core is where
> it's at.) I'm re-using even the core built-ins, but the problem of "new
> patch, old garment" means there is not much original but the shape, by the
> end of the replacement. As Jim says, I expect to re-use increasingly, with
> change only at the detailed level.
>
> I took a break to release 2.7.3, so as to honour the contributions people
> had made since 2.7.2,. I hope the beta is nearly adequate, so I can work
> mostly on VSJ and 3.8.
>
> Jeff
> On 11/07/2022 15:25, Jeff Mitchell wrote:
>
> Any update on Jython3? Every once in awhile I do a quick check and it
> seems pretty dead, but maybe I'm looking in the wrong git etc?
>
> https://github.com/jython/jython3 is years old .. just an experiment I
> gather
>
> The main git is https://github.com/jython/jython it appears; not sure if
> theres python 3 stuff mixed in there somewhere?
>
>
> On Sun, Jul 10, 2022 at 8:47 PM Yaqiang Wang <[email protected]>
> wrote:
>
>> Thanks for your work on the Jython project and so it's great to see the
>> new version of Jython!  Hope Jython 3 will come soon!
>>
>> Regards
>> Yaqiang
>>
>> On Mon, Jul 11, 2022 at 3:31 AM Jeff Allen <[email protected]> wrote:
>>
>>> The Jython Project is pleased to announce the availability of the first
>>> beta release of Jython 2.7.3, at Sonatype. (
>>> https://search.maven.org/search?q=g:org.python)
>>>
>>> This is a maintenance release that incorporates a number of bug-fixes,
>>> some kindly offered as PRs by users. Please try it out and report problems
>>> on the issue tracker (https://github.com/jython/jython/issues).
>>>
>>> If there are no show-stoppers, a 2.7.3rc1 will follow in no less than 4
>>> weeks and hopefully a 2.7.3 release by the end of August.
>>>
>>> We are no longer inviting bugs at bugs.jython.org, which in due course
>>> will become read-only (as it's python.org equivalent did this year).
>>> Bugs on the old tracker, whilst not entirely ignored, will not be migrated
>>> en masse to GitHub: if you care about one particularly, it would help us if
>>> you could raise it on GitHub, with a link to the b.j.o. entry.
>>>
>>> --
>>>
>>> Jeff Allen
>>> The Jython Project
>>>
>>> _______________________________________________
>>> Jython-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/jython-users
>>>
>>
>>
>> --
>> *************************************************
>> Dr. Yaqiang Wang
>> Chinese Academy of Meteorological Sciences (CAMS)
>> 46, Zhong-Guan-Cun South Avenue
>> Beijing, 100081
>> China
>>
>> [email protected]
>>
>> www.meteothink.org
>> **************************************************
>> _______________________________________________
>> Jython-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/jython-users
>>
>
>
> --
>
> Jeff Mitchell
>
> [email protected]
>
> Zayo | Our Fiber Fuels Global Innovation
>
> 1821 30th Street | Unit A | Boulder, CO  80301
>
>
> This communication is the property of Zayo and may contain confidential or
> privileged information. If you have received this communication in error,
> please promptly notify the sender by reply e-mail and destroy all copies of
> the communication and any attachments.
>
> He who dies with the best barbecue sauce, wins.
>
> --
>
> Jeff Allen
>
>

-- 

Jeff Mitchell

[email protected]

Zayo | Our Fiber Fuels Global Innovation

1821 30th Street | Unit A | Boulder, CO  80301


This communication is the property of Zayo and may contain confidential or
privileged information. If you have received this communication in error,
please promptly notify the sender by reply e-mail and destroy all copies of
the communication and any attachments.


He who dies with the best barbecue sauce, wins.

--00000000000088f2a705e3af9962
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Thanks for the updates Jeff! (Great write up in VSJ, as we=
ll.)<div><br></div><div>Jython is an amazing work, and I&#39;m glad to see =
its still alive :)</div></div><br><div class=3D"gmail_quote"><div dir=3D"lt=
r" class=3D"gmail_attr">On Wed, Jul 13, 2022 at 3:25 AM Jeff Allen &lt;<a h=
ref=3D"mailto:[email protected]">[email protected]</a>&gt; wrote:<br></di=
v><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;borde=
r-left:1px solid rgb(204,204,204);padding-left:1ex">
 =20
   =20
 =20
  <div>
    <p>Further to the off-repo experimental work (VSJ) Jim references,
      as I became reasonably sure of the implementation approach, I
      migrated code to the &quot;main&quot; (not &quot;master&quot;) branch=
 of the Jython
      repo,. We will make &quot;main&quot; the default when Jython 3 is via=
ble
      (agreed on jython-dev). <br>
    </p>
    <p>See <a href=3D"https://github.com/jython/jython/tree/main" target=3D=
"_blank">https://github.com/jython/jython/tree/main</a><br>
    </p>
    <p>Where possible, the migration is a graft into prior work moved
      from Jython 2. For this reason, a lot of Jython 2 code waits
      unchanged on this branch in ~/src, but this folder is not
      referenced in the build. (~/core is where it&#39;s at.) I&#39;m re-us=
ing
      even the core built-ins, but the problem of &quot;new patch, old
      garment&quot; means there is not much original but the shape, by the
      end of the replacement. As Jim says, I expect to re-use
      increasingly, with change only at the detailed level.</p>
    <p>I took a break to release 2.7.3, so as to honour the
      contributions people had made since 2.7.2,. I hope the beta is
      nearly adequate, so I can work mostly on VSJ and 3.8.<br>
    </p>
    <p>Jeff<br>
    </p>
    <div>On 11/07/2022 15:25, Jeff Mitchell
      wrote:<br>
    </div>
    <blockquote type=3D"cite">
     =20
      <div dir=3D"ltr">Any update on Jython3? Every once in awhile I do a
        quick check and it seems pretty dead, but maybe I&#39;m looking in
        the wrong git etc?
        <div><br>
        </div>
        <div><a href=3D"https://github.com/jython/jython3" target=3D"_blank=
">https://github.com/jython/jython3</a>
          is years old .. just an experiment I gather<br>
        </div>
        <div><br>
        </div>
        <div>The main git is=C2=A0<a href=3D"https://github.com/jython/jyth=
on" target=3D"_blank">https://github.com/jython/jython</a>
          it appears; not sure if theres=C2=A0python 3 stuff mixed in there
          somewhere?</div>
        <div><br>
        </div>
      </div>
      <br>
      <div class=3D"gmail_quote">
        <div dir=3D"ltr" class=3D"gmail_attr">On Sun, Jul 10, 2022 at 8:47
          PM Yaqiang Wang &lt;<a href=3D"mailto:[email protected]" tar=
get=3D"_blank">[email protected]</a>&gt;
          wrote:<br>
        </div>
        <blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex=
;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div dir=3D"ltr">
            <div dir=3D"ltr">Thanks for your work on the Jython project
              and so it&#39;s great to see the new version of Jython!=C2=A0=
 Hope
              Jython 3 will come soon!
              <div><br>
              </div>
              <div>Regards</div>
              <div>Yaqiang</div>
            </div>
            <br>
            <div class=3D"gmail_quote">
              <div dir=3D"ltr" class=3D"gmail_attr">On Mon, Jul 11, 2022 at
                3:31 AM Jeff Allen &lt;<a href=3D"mailto:[email protected]=
" target=3D"_blank">[email protected]</a>&gt;
                wrote:<br>
              </div>
              <blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px=
 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
                <div>
                  <p>The Jython Project is pleased to announce the
                    availability of the first beta release of Jython
                    2.7.3, at Sonatype. (<a href=3D"https://search.maven.or=
g/search?q=3Dg:org.python" target=3D"_blank">https://search.maven.org/searc=
h?q=3Dg:org.python</a>)<br>
                  </p>
                  <p>This is a maintenance release that incorporates a
                    number of bug-fixes, some kindly offered as PRs by
                    users. Please try it out and report problems on the
                    issue tracker (<a href=3D"https://github.com/jython/jyt=
hon/issues" target=3D"_blank">https://github.com/jython/jython/issues</a>).=
</p>
                  <p>If there are no show-stoppers, a 2.7.3rc1 will
                    follow in no less than 4 weeks and hopefully a 2.7.3
                    release by the end of August.<br>
                  </p>
                  <p>We are no longer inviting bugs at <a href=3D"http://bu=
gs.jython.org" target=3D"_blank">bugs.jython.org</a>, which
                    in due course will become read-only (as it&#39;s <a hre=
f=3D"http://python.org" target=3D"_blank">python.org</a> equivalent
                    did this year). Bugs on the old tracker, whilst not
                    entirely ignored, will not be migrated en masse to
                    GitHub: if you care about one particularly, it would
                    help us if you could raise it on GitHub, with a link
                    to the b.j.o. entry.</p>
                  <pre cols=3D"72">--=20

Jeff Allen
The Jython Project
</pre>
                </div>
                _______________________________________________<br>
                Jython-users mailing list<br>
                <a href=3D"mailto:[email protected]" targe=
t=3D"_blank">[email protected]</a><br>
                <a href=3D"https://lists.sourceforge.net/lists/listinfo/jyt=
hon-users" rel=3D"noreferrer" target=3D"_blank">https://lists.sourceforge.n=
et/lists/listinfo/jython-users</a><br>
              </blockquote>
            </div>
            <br clear=3D"all">
            <div><br>
            </div>
            -- <br>
            <div dir=3D"ltr">
              <div dir=3D"ltr">
                <div>*************************************************<br>
                  Dr. Yaqiang Wang<br>
                  Chinese Academy of Meteorological Sciences (CAMS)<br>
                  46, Zhong-Guan-Cun South Avenue<br>
                  Beijing, 100081<br>
                  China<br>
                  =E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=
=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80<br>
                  <a href=3D"mailto:[email protected]" target=3D"_blan=
k">[email protected]</a><br>
                  <br>
                  <a href=3D"http://www.meteothink.org" target=3D"_blank">w=
ww.meteothink.org</a><br>
                  **************************************************</div>
              </div>
            </div>
          </div>
          _______________________________________________<br>
          Jython-users mailing list<br>
          <a href=3D"mailto:[email protected]" target=3D"_=
blank">[email protected]</a><br>
          <a href=3D"https://lists.sourceforge.net/lists/listinfo/jython-us=
ers" rel=3D"noreferrer" target=3D"_blank">https://lists.sourceforge.net/lis=
ts/listinfo/jython-users</a><br>
        </blockquote>
      </div>
      <br clear=3D"all">
      <div><br>
      </div>
      -- <br>
      <div dir=3D"ltr">
        <div dir=3D"ltr"><span>
            <p dir=3D"ltr" style=3D"line-height:1.656;margin-top:0pt;margin=
-bottom:0pt"><span style=3D"font-size:10pt;font-family:&quot;Trebuchet MS&q=
uot;;color:rgb(127,127,127);font-weight:700;vertical-align:baseline;white-s=
pace:pre-wrap">Jeff Mitchell</span></p>
            <p dir=3D"ltr" style=3D"line-height:1.656;margin-top:0pt;margin=
-bottom:0pt"><a href=3D"mailto:[email protected]" style=3D"font-family=
:&quot;Trebuchet MS&quot;;font-size:10pt;font-weight:700;white-space:pre-wr=
ap" target=3D"_blank">[email protected]</a><br>
            </p>
            <p dir=3D"ltr" style=3D"line-height:1.656;margin-top:0pt;margin=
-bottom:0pt"><span style=3D"font-size:12pt;font-family:&quot;Trebuchet MS&q=
uot;;color:rgb(247,150,70);font-weight:700;vertical-align:baseline;white-sp=
ace:pre-wrap">Zayo | Our Fiber Fuels Global Innovation</span></p>
            <p dir=3D"ltr" style=3D"line-height:1.656;margin-top:0pt;margin=
-bottom:0pt"><span style=3D"font-size:10pt;font-family:&quot;Trebuchet MS&q=
uot;;color:rgb(127,127,127);font-weight:700;vertical-align:baseline;white-s=
pace:pre-wrap">1821 30th Street | Unit A | Boulder, CO=C2=A0 80301</span></=
p>
            <p dir=3D"ltr" style=3D"line-height:1.656;margin-top:0pt;margin=
-bottom:0pt"><br>
            </p>
            <p dir=3D"ltr" style=3D"line-height:1.656;margin-top:0pt;margin=
-bottom:0pt"><span style=3D"font-size:9pt;font-family:&quot;Trebuchet MS&qu=
ot;;color:rgb(127,127,127);font-weight:700;font-style:italic;vertical-align=
:baseline;white-space:pre-wrap">This communication is the property of Zayo =
and may contain confidential or privileged information. If you have receive=
d this communication in error, please promptly notify the sender by reply e=
-mail and destroy all copies of the communication and any attachments.</spa=
n></p>
            <p style=3D"line-height:1.656;margin-top:0pt;margin-bottom:0pt"=
><span style=3D"font-size:9pt;font-family:&quot;Trebuchet MS&quot;;color:rg=
b(127,127,127);font-weight:700;font-style:italic;vertical-align:baseline;wh=
ite-space:pre-wrap">
</span></p>
            <p style=3D"line-height:1.656;margin-top:0pt;margin-bottom:0pt"=
><span style=3D"font-size:9pt;font-family:&quot;Trebuchet MS&quot;;color:rg=
b(127,127,127);font-weight:700;font-style:italic;vertical-align:baseline;wh=
ite-space:pre-wrap">He who dies with the best barbecue sauce, wins.</span><=
/p>
          </span></div>
      </div>
    </blockquote>
    <pre cols=3D"72">--=20

Jeff Allen
</pre>
  </div>

</blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"=
 class=3D"gmail_signature"><div dir=3D"ltr"><span><p dir=3D"ltr" style=3D"l=
ine-height:1.656;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size=
:10pt;font-family:&quot;Trebuchet MS&quot;;color:rgb(127,127,127);font-weig=
ht:700;vertical-align:baseline;white-space:pre-wrap">Jeff Mitchell</span></=
p><p dir=3D"ltr" style=3D"line-height:1.656;margin-top:0pt;margin-bottom:0p=
t"><a href=3D"mailto:[email protected]" style=3D"font-family:&quot;Tre=
buchet MS&quot;;font-size:10pt;font-weight:700;white-space:pre-wrap" target=
=3D"_blank">[email protected]</a><br></p><p dir=3D"ltr" style=3D"line-=
height:1.656;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:12p=
t;font-family:&quot;Trebuchet MS&quot;;color:rgb(247,150,70);font-weight:70=
0;vertical-align:baseline;white-space:pre-wrap">Zayo | Our Fiber Fuels Glob=
al Innovation</span></p><p dir=3D"ltr" style=3D"line-height:1.656;margin-to=
p:0pt;margin-bottom:0pt"><span style=3D"font-size:10pt;font-family:&quot;Tr=
ebuchet MS&quot;;color:rgb(127,127,127);font-weight:700;vertical-align:base=
line;white-space:pre-wrap">1821 30th Street | Unit A | Boulder, CO=C2=A0 80=
301</span></p><p dir=3D"ltr" style=3D"line-height:1.656;margin-top:0pt;marg=
in-bottom:0pt"><br></p><p dir=3D"ltr" style=3D"line-height:1.656;margin-top=
:0pt;margin-bottom:0pt"><span style=3D"font-size:9pt;font-family:&quot;Treb=
uchet MS&quot;;color:rgb(127,127,127);font-weight:700;font-style:italic;ver=
tical-align:baseline;white-space:pre-wrap">This communication is the proper=
ty of Zayo and may contain confidential or privileged information. If you h=
ave received this communication in error, please promptly notify the sender=
 by reply e-mail and destroy all copies of the communication and any attach=
ments.</span></p><p style=3D"line-height:1.656;margin-top:0pt;margin-bottom=
:0pt"><span style=3D"font-size:9pt;font-family:&quot;Trebuchet MS&quot;;col=
or:rgb(127,127,127);font-weight:700;font-style:italic;vertical-align:baseli=
ne;white-space:pre-wrap"><br></span></p><p style=3D"line-height:1.656;margi=
n-top:0pt;margin-bottom:0pt"><span style=3D"font-size:9pt;font-family:&quot=
;Trebuchet MS&quot;;color:rgb(127,127,127);font-weight:700;font-style:itali=
c;vertical-align:baseline;white-space:pre-wrap">He who dies with the best b=
arbecue sauce, wins.</span></p></span></div></div>

--00000000000088f2a705e3af9962--


--===============3134279510110440213==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============3134279510110440213==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Jython-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jython-users

--===============3134279510110440213==--