Fabrice BAUZAC added the comment:
I have been hit by the same issue today.
Kenneth's patch seems fine. Why not integrate it?
--
nosy: +fbauzac
___
Python tracker
<https://bugs.python.org/is
New submission from fabrice salvaire :
I just implemented Graham Scan algorithm in Python 3 and have to read carefully
the sort documentation. Notice this is a good algorithm for a large audience
language like Python.
Since Python 3, the old order function cmp is depicted as an old way to
New submission from fabrice salvaire :
I use the new matmul @ operator to implement units, for example 1@u_s for 1
second ( see alpha state implementation at
https://github.com/FabriceSalvaire/PySpice/tree/master/PySpice/Unit ).
It looks cool, but unfortunately 10@u_s / 2@u_s is actually
New submission from fabrice:
Hi,
In this page : https://docs.python.org/fr/2/download.html, all the
documentation links aren't available, for example :
- https://docs.python.org/fr/2/archives/python-2.7.14-docs-pdf-a4.zip
- https://docs.python.org/fr/2/archives/python-2.7.14-docs-p
New submission from Fabrice Aneche:
Detect the webp file format (RIFF container + WEBP), return webp as format
detected.
--
components: Library (Lib)
files: imghdr_webp.patch
keywords: patch
messages: 207702
nosy: akhenakh, gregory.p.smith
priority: normal
severity: normal
status: open