Mailing List Archive

Farewell, Python 3.5
At last!  Python 3.5 has now officially reached its end-of-life. Since
there have been no checkins or PRs since I tagged 3.5.10, 3.5.10 will
stand as the final release in the 3.5 series.

As with a similar announcement I wrote about eighteen months ago, I know
we can all look back fondly on Python 3.5.  3.5 added many new
asynchronous I/O programming features, the "typing" module, and even a
new operator ("@").  Plus many and varied quality-of-life improvements
for the Python programmer, in both the language, the library, the core
implementation, and even the installers.  Python 3.5.0 was the best
version of the best language at the time, and since then it's gotten
even better!

My thanks to all the members of the Python 3.5 release team.  In
alphabetical order:

Georg Brandl

Julian Palard

Ned Deily

Steve Dower

Terry Reedy

My thanks also to the Python infrastructure team.


The end of Python 3.5 support also ends my tenure as a Python Release
Manager.  Congratulations, you survived me and my frequent mistakes! 
(Special shouts out to Ned and Benjamin for running around behind the
scenes quietly cleaning up my messes--and not even telling me most of
the time.)  Rest assured that I leave you in /much/ better hands with
the current crop of RMs: Ned, ?ukasz, and Pablo.

One amusing note.  During my tenure as a Python release manager, I had
to deal with /three/ different revision control systems.  Although we'd
switched CPython itself to Mercurial  by the time 3.4 alpha 0 was
released, there were still many supporting repositories still on
Subversion.  (I remember having to do Subversion branch merges as part
of my 3.4 release work... what a pain.)  And of course these days we're
on Git (-hub).  This straddling of three different workflows certainly
complicated the lives of us Release Managers.  So, my friends, please...
make up your minds!  ;-)


It's been my honor to serve you,


//arry/

p.s. As of today, every supported version of Python supports f-strings. 
The only remaining excuse for "we can't use f-strings" is no longer viable!
Re: Farewell, Python 3.5 [ In reply to ]
Thanks for all of your work, Larry. I really think it was the stability
of these releases that helped push 3.x into dominance over 2.7.

3  version control systems. Insane!

Eric

On 10/1/2020 1:49 PM, Larry Hastings wrote:
>
>
> At last!  Python 3.5 has now officially reached its end-of-life. 
> Since there have been no checkins or PRs since I tagged 3.5.10, 3.5.10
> will stand as the final release in the 3.5 series.
>
> As with a similar announcement I wrote about eighteen months ago, I
> know we can all look back fondly on Python 3.5.  3.5 added many new
> asynchronous I/O programming features, the "typing" module, and even a
> new operator ("@").  Plus many and varied quality-of-life improvements
> for the Python programmer, in both the language, the library, the core
> implementation, and even the installers.  Python 3.5.0 was the best
> version of the best language at the time, and since then it's gotten
> even better!
>
> My thanks to all the members of the Python 3.5 release team. In
> alphabetical order:
>
> Georg Brandl
>
> Julian Palard
>
> Ned Deily
>
> Steve Dower
>
> Terry Reedy
>
> My thanks also to the Python infrastructure team.
>
>
> The end of Python 3.5 support also ends my tenure as a Python Release
> Manager.  Congratulations, you survived me and my frequent mistakes! 
> (Special shouts out to Ned and Benjamin for running around behind the
> scenes quietly cleaning up my messes--and not even telling me most of
> the time.)  Rest assured that I leave you in /much/ better hands with
> the current crop of RMs: Ned, ?ukasz, and Pablo.
>
> One amusing note.  During my tenure as a Python release manager, I had
> to deal with /three/ different revision control systems.  Although
> we'd switched CPython itself to Mercurial  by the time 3.4 alpha 0 was
> released, there were still many supporting repositories still on
> Subversion.  (I remember having to do Subversion branch merges as part
> of my 3.4 release work... what a pain.)  And of course these days
> we're on Git (-hub).  This straddling of three different workflows
> certainly complicated the lives of us Release Managers.  So, my
> friends, please... make up your minds!  ;-)
>
>
> It's been my honor to serve you,
>
>
> //arry/
>
> p.s. As of today, every supported version of Python supports
> f-strings.  The only remaining excuse for "we can't use f-strings" is
> no longer viable!
>
>
> _______________________________________________
> Python-Dev mailing list -- python-dev@python.org
> To unsubscribe send an email to python-dev-leave@python.org
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/YKZON55BE5JMK6355KPD53HRUXOOYTYN/
> Code of Conduct: http://python.org/psf/codeofconduct/
Re: [python-committers] Farewell, Python 3.5 [ In reply to ]
Thank you, Larry and the whole release team, for putting so much
work into this !

On 01.10.2020 19:49, Larry Hastings wrote:
>
> At last!  Python 3.5 has now officially reached its end-of-life.  Since there
> have been no checkins or PRs since I tagged 3.5.10, 3.5.10 will stand as the
> final release in the 3.5 series.
>
> As with a similar announcement I wrote about eighteen months ago, I know we can
> all look back fondly on Python 3.5.  3.5 added many new asynchronous I/O
> programming features, the "typing" module, and even a new operator ("@").  Plus
> many and varied quality-of-life improvements for the Python programmer, in both
> the language, the library, the core implementation, and even the installers. 
> Python 3.5.0 was the best version of the best language at the time, and since
> then it's gotten even better!
>
> My thanks to all the members of the Python 3.5 release team.  In alphabetical order:
>
> Georg Brandl
>
> Julian Palard
>
> Ned Deily
>
> Steve Dower
>
> Terry Reedy
>
> My thanks also to the Python infrastructure team.
>
>
> The end of Python 3.5 support also ends my tenure as a Python Release Manager. 
> Congratulations, you survived me and my frequent mistakes!  (Special shouts out
> to Ned and Benjamin for running around behind the scenes quietly cleaning up my
> messes--and not even telling me most of the time.)  Rest assured that I leave
> you in /much/ better hands with the current crop of RMs: Ned, ?ukasz, and Pablo.
>
> One amusing note.  During my tenure as a Python release manager, I had to deal
> with /three/ different revision control systems.  Although we'd switched CPython
> itself to Mercurial  by the time 3.4 alpha 0 was released, there were still many
> supporting repositories still on Subversion.  (I remember having to do
> Subversion branch merges as part of my 3.4 release work... what a pain.)  And of
> course these days we're on Git (-hub).  This straddling of three different
> workflows certainly complicated the lives of us Release Managers.  So, my
> friends, please... make up your minds!  ;-)
>
>
> It's been my honor to serve you,
>
>
> //arry/
>
> p.s. As of today, every supported version of Python supports f-strings.  The
> only remaining excuse for "we can't use f-strings" is no longer viable!
>
>
> _______________________________________________
> python-committers mailing list -- python-committers@python.org
> To unsubscribe send an email to python-committers-leave@python.org
> https://mail.python.org/mailman3/lists/python-committers.python.org/
> Message archived at https://mail.python.org/archives/list/python-committers@python.org/message/YKZON55BE5JMK6355KPD53HRUXOOYTYN/
> Code of Conduct: https://www.python.org/psf/codeofconduct/
>

--
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Experts (#1, Oct 01 2020)
>>> Python Projects, Coaching and Support ... https://www.egenix.com/
>>> Python Product Development ... https://consulting.egenix.com/
________________________________________________________________________

::: We implement business ideas - efficiently in both time and costs :::

eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
https://www.egenix.com/company/contact/
https://www.malemburg.com/
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/JRSWYO3X4JMBG3B6SWI6KWEDUYW5W5SY/
Code of Conduct: http://python.org/psf/codeofconduct/
Re: Farewell, Python 3.5 [ In reply to ]
Thank you so much Larry, for your wonderful work.

On Thu, Oct 1, 2020 at 8:44 AM Eric V. Smith <eric@trueblade.com> wrote:

> Thanks for all of your work, Larry. I really think it was the stability of
> these releases that helped push 3.x into dominance over 2.7.
>
> 3 version control systems. Insane!
>
> Eric
> On 10/1/2020 1:49 PM, Larry Hastings wrote:
>
>
> At last! Python 3.5 has now officially reached its end-of-life. Since
> there have been no checkins or PRs since I tagged 3.5.10, 3.5.10 will stand
> as the final release in the 3.5 series.
>
> As with a similar announcement I wrote about eighteen months ago, I know
> we can all look back fondly on Python 3.5. 3.5 added many new asynchronous
> I/O programming features, the "typing" module, and even a new operator
> ("@"). Plus many and varied quality-of-life improvements for the Python
> programmer, in both the language, the library, the core implementation, and
> even the installers. Python 3.5.0 was the best version of the best
> language at the time, and since then it's gotten even better!
>
> My thanks to all the members of the Python 3.5 release team. In
> alphabetical order:
>
> Georg Brandl
>
> Julian Palard
>
> Ned Deily
>
> Steve Dower
>
> Terry Reedy
>
> My thanks also to the Python infrastructure team.
>
>
> The end of Python 3.5 support also ends my tenure as a Python Release
> Manager. Congratulations, you survived me and my frequent mistakes!
> (Special shouts out to Ned and Benjamin for running around behind the
> scenes quietly cleaning up my messes--and not even telling me most of the
> time.) Rest assured that I leave you in *much* better hands with the
> current crop of RMs: Ned, ?ukasz, and Pablo.
>
> One amusing note. During my tenure as a Python release manager, I had to
> deal with *three* different revision control systems. Although we'd
> switched CPython itself to Mercurial by the time 3.4 alpha 0 was released,
> there were still many supporting repositories still on Subversion. (I
> remember having to do Subversion branch merges as part of my 3.4 release
> work... what a pain.) And of course these days we're on Git (-hub). This
> straddling of three different workflows certainly complicated the lives of
> us Release Managers. So, my friends, please... make up your minds! ;-)
>
> It's been my honor to serve you,
>
>
> */arry*
>
> p.s. As of today, every supported version of Python supports f-strings.
> The only remaining excuse for "we can't use f-strings" is no longer viable!
>
> _______________________________________________
> Python-Dev mailing list -- python-dev@python.org
> To unsubscribe send an email to python-dev-leave@python.orghttps://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/YKZON55BE5JMK6355KPD53HRUXOOYTYN/
> Code of Conduct: http://python.org/psf/codeofconduct/
>
> _______________________________________________
> Python-Dev mailing list -- python-dev@python.org
> To unsubscribe send an email to python-dev-leave@python.org
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-dev@python.org/message/X3XV5WWYRMXYRDQKMDASSUF7ORCU53X2/
> Code of Conduct: http://python.org/psf/codeofconduct/
>


--
The dead increasingly dominate and strangle both the living and the
not-yet born. Vampiric capital and undead corporate persons abuse
the lives and control the thoughts of homo faber. Ideas, once born,
become abortifacients against new conceptions.
Re: Farewell, Python 3.5 [ In reply to ]
Gg python 3.5, and hello world to python 4 !