On 2023-05-22, Skip Montanaro wrote:
>> My understanding is that nntplib isn't being erased from reality,
>> it's merely being removed from the set of modules that are provided
>> by default.
>>
>> I presume that once it's removed from the core, it will still be
>> possible to install it via pip o
On 21/05/2023 5:53 am, Chris Green wrote:
I'm converting a bash script to python as it has become rather clumsy
in bash.
What is the use case?
However I have hit a problem with converting dates, the bash script
has:-
dat=$(date --date "$1" +"%Y/%m/%d")
and this will accept almost anyth
On 2023-05-22, Keith Thompson wrote:
> My understanding is that nntplib isn't being erased from reality,
> it's merely being removed from the set of modules that are provided
> by default.
>
> I presume that once it's removed from the core, it will still be
> possible to install it via pip or som
>
> My understanding is that nntplib isn't being erased from reality,
> it's merely being removed from the set of modules that are provided
> by default.
>
> I presume that once it's removed from the core, it will still be
> possible to install it via pip or some other mechanism.
>
It won't magica
Grant Edwards writes:
> On 2023-05-21, Retrograde wrote:
>> Who ever came up with "Removing dead batteries" as a slogan, when
>> some of those batteries still work perfectly well, needs to rethink
>> it. Go ahead and remove code that no longer works, OK. But removing
>> unpopular modules? That
I'm pleased to announce the release of Python 3.12 beta 1 (and feature
freeze for Python 3.12).
https://www.python.org/downloads/release/python-3120b1/
This is a beta preview of Python 3.12
Python 3.12 is still in development. This release, 3.12.0b1, is the first
of four planned beta release prev
On Mon, May 22, 2023 at 12:41 PM Mats Wichmann wrote:
> On 5/20/23 13:53, Chris Green wrote:
> > I'm converting a bash script to python as it has become rather clumsy
> > in bash.
> >
> > However I have hit a problem with converting dates, the bash script
> > has:-
> >
> > dat=$(date --date
On 5/20/23 13:53, Chris Green wrote:
I'm converting a bash script to python as it has become rather clumsy
in bash.
However I have hit a problem with converting dates, the bash script
has:-
dat=$(date --date "$1" +"%Y/%m/%d")
and this will accept almost anything reasonably sensible that c
On 2023-05-21, Retrograde wrote:
> Who ever came up with "Removing dead batteries" as a slogan, when
> some of those batteries still work perfectly well, needs to rethink
> it. Go ahead and remove code that no longer works, OK. But removing
> unpopular modules? That undercuts the entire philoso
> >> See PEP 594: https://peps.python.org/pep-0594/
> >
> > Thanks Cameron.
> > A scary list; I must have a dozen projects from the late 90s still
> > live that are using many of these! I'm glad I'm retired and won't
> > be the one who has to fix 'em :-)
>
> It has been pointed out to me that Perl
I'm converting a bash script to python as it has become rather clumsy
in bash.
However I have hit a problem with converting dates, the bash script
has:-
dat=$(date --date "$1" +"%Y/%m/%d")
and this will accept almost anything reasonably sensible that can be
interpreted as a date, in particul
11 matches
Mail list logo