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 /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.p

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 e

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

2019-11-06 Thread Stéphane Blondon
On 03/11/2019 15:16, Matthias Klose wrote: > On 03.11.19 15:09, Neil Williams wrote: >>    * do not remove python-foo-doc or rename it to python3-foo-doc > > yes, but this tells you not to rename it to python3-foo-doc. Perhaps there is a doubt how to read it? - do not (remove python-foo-doc or

Re: dropping python2 [was Re: scientific python stack transitions]

2019-07-13 Thread Stéphane Blondon
On 08/07/2019 17:58, Thomas Goirand wrote: > Maybe we can also do a mass-bugfilling after a period we can discuss > (probably during Debconf?). The bug report would say 'This package will be removed in x months if it will be still python2 only'? The targets would be every python2-only packages or

Re: request to join PAPT

2018-11-20 Thread Stéphane Blondon
Hello, On 20/11/2018 07:34, Ondrej Novy wrote: > do you accept our policy please? > > https://salsa.debian.org/python-team/tools/python-apps/blob/master/policy.rst I accept the policy. I guess the policy should be updated to remove the references to Alioth in 'joining the team' section: 'he app

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 : > 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 you're updating,

Re: starting to dive into python package bugs

2013-07-16 Thread Stéphane Blondon
Hello everyone, one week passed without any remark so I suppose what I said was Ok. 2013/7/6 Stéphane Blondon : > I checked the string exceptions in the code and they are not catched > (see shell commands used at this end of this message). > So I plan to wrap the string with an

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 fix!

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 m

Re: how could I help?

2013-06-26 Thread Stéphane Blondon
2013/6/25 Julien Cristau : > 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 (sysadmin team), variou

Re: how could I help?

2013-06-20 Thread Stéphane Blondon
Thank you for your reply, 2013/6/19 Jakub Wilk : > Some ideas: > > * Adopt a package: > http://wnpp-by-tags.alioth.debian.org/tags/implemented-in/python.html > (But note that maintaining packages you don't use is usually a bad idea!) I read the list and didn't find a package I currently use, so

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 thi