On Fri, Oct 11, 2024, at 12:48 PM, Oladoyinbo Vincent wrote:
> Hello everyone, earlier this morning, I visited the official Python website
> and discovered a section highlighting what Python is used for. This section
> provides a brief overview of the most popular frameworks and libraries built
Hello everyone, earlier this morning, I visited the official Python website
and discovered a section highlighting what Python is used for. This section
provides a brief overview of the most popular frameworks and libraries
built with Python.
In my opinion, this is a great idea, as it increases vis
On Fri, Oct 11, 2024, at 12:20, Jonathan Vollebregt wrote:
> > A "proper" implementation won't break, but there may be subtle ways that
> > "improper" implementations will break and thus it should be considered a BC
> > break.
>
> This thread is fallaciously equating breaks in third-party librar
A "proper" implementation won't break, but there may be subtle ways that
"improper" implementations will break and thus it should be considered a BC break.
This thread is fallaciously equating breaks in third-party libraries
_when changing consumer code_, with breaks just by updating PHP.
If
On Thu, Oct 10, 2024, at 15:32, Valentin Udaltsov wrote:
> On 09.102024 at 19:20 Claude Pache wrote:
> > There is no BC break, in the sense that code that worked under PHP 8.3 (and
> > therefore use PHP 8.3 features only) will not break when run under PHP 8.4.
> >
> > Of course, code that makes a