Re: Did Python 3.12 developers honestly broke special regexp sequences? (Was: hatop fails its autopkg tests with Python 3.12)

2024-02-14 Thread Stéphane Blondon
Hello Andreas, On 13/02/2024 18:21, Andreas Tille wrote: I was constantly shaking my had above bug #1061802 featuring Syntaxwarnings like SyntaxWarning: invalid escape sequence '\.' 573s CLI_INPUT_RE = re.compile('[a-zA-Z0-9_:\.\-\+; /#%]') 573s

Re: Bug#943666: python3: Update Python Policy for removal of the Python 2 stack

2019-12-08 Thread Stéphane Blondon
Le mer. 6 nov. 2019 à 23:49, Matthias Klose a écrit : > > On 06.11.19 22:04, Nicholas D Steeves wrote: > > Brian May writes: > >> Or maybe even expand as two bullet points: > >> > >> - Do not remove python-foo-doc. > >> - Do not rename it to python3-foo-doc. > >> > >> I think this makes it very

request to join PAPT

2018-11-12 Thread Stéphane Blondon
Hello, I'm trying to help Samuel Henrique to maintain "supervisor" package which is now under the PAPT team umbrella. Could someone add me to the PAPT group? Regards, Stéphane signature.asc Description: OpenPGP digital signature

Re: starting to dive into python package bugs

2013-07-17 Thread Stéphane Blondon
2013/7/16 Thomas Kluyver tho...@kluyver.me.uk: I would be inclined *not* to use BaseException for this - the intention is that 'except Exception:' should catch all normal exceptions, and only KeyboardInterrupt and SystemExit are outside that. I don't know the specifics of the string exceptions

Re: starting to dive into python package bugs

2013-07-06 Thread Stéphane Blondon
Thanks for your replies Barry and Thomas! According to apt-rdepends, there are no packages depending on python-forgetsql: $ apt-rdepends --reverse python-forgetsql Reading package lists... Done Building dependency tree Reading state information... Done python-forgetsql So it will simpler to

starting to dive into python package bugs

2013-07-02 Thread Stéphane Blondon
Hello everyone, I found in 'http://udd.debian.org/cgi-bin/python_bugs.cgi' that the 'Python string exceptions' are listed several times and I think the base to fix it is easy: replacing raise 'error message' by raise Exception('error message') should fix the problem. I guess the fix will be more

Re: how could I help?

2013-06-26 Thread Stéphane Blondon
2013/6/25 Julien Cristau julien.cris...@logilab.fr: On Fri, Jun 21, 2013 at 11:00:42 +0800, Paul Wise wrote: A number of parts of Debian infrastructure are written in python, if you wanted to help out our core teams by writing python that would be great. There are dak (ftp team), ud

how could I help?

2013-06-15 Thread Stéphane Blondon
Hello, I use Debian since several years and I helped the d-l10n-fr team previously. I want to change my way of contributing to Debian. I wonder if I could help the debian-python. It's currently my favorite language and I use it at work and at home. However I'm not a debian developper. Do you