[issue12271] panel.h is not found even if it's installed on various flavours of SUSE

2019-10-11 Thread Fabrice BAUZAC
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

[issue35956] Sort documentation could be improved for complex sorting

2019-02-10 Thread fabrice salvaire
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

[issue33390] matmul @ operator precedence

2018-04-29 Thread fabrice salvaire
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

[issue31589] Links for French documentation pdf is broken

2017-09-26 Thread fabrice
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

[issue20197] Support WebP image format detection in imghdr module

2014-01-08 Thread Fabrice Aneche
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