Re: [Python-Dev] 2to3 for python annotations

2018-07-18 Thread Philippe Fremy
Le 17/07/2018 à 22:34, Guido van Rossum a écrit : > On Tue, Jul 17, 2018 at 1:17 PM, Jelle Zijlstra > mailto:jelle.zijls...@gmail.com>> wrote: > > > > 2018-07-17 12:37 GMT-07:00 Philippe Fremy <mailto:phil.fr...@free.fr>>: > > Hi, > >

[Python-Dev] 2to3 for python annotations

2018-07-17 Thread Philippe Fremy
Hi, While contributing to pyannotate, I became familiar enough with 2to3 fixers to be able to convert Python 2 style annotations to Python 3. Is it something that would be interesting to put into python 2to3 ? If so I would propose a PR for this. Cheers, Philippe __

Re: [Python-Dev] How to debug python crashes

2013-05-14 Thread Philippe Fremy
On 14/05/2013 14:49, Tim Golden wrote: > On 14/05/2013 13:32, Philippe Fremy wrote: >> I have a reproducable crash on Windows XP with Python 2.7 which I would >> like to investigate. I have Visual Studio 2008 installed and I >> downloaded the pdb files. However I could not fin

[Python-Dev] How to debug python crashes

2013-05-14 Thread Philippe Fremy
Hi, I have a reproducable crash on Windows XP with Python 2.7 which I would like to investigate. I have Visual Studio 2008 installed and I downloaded the pdb files. However I could not find any instructions on how to use them and was unsuccessful at getting anything out of it. I checked the devel

Re: [Python-Dev] PEP 408 -- Standard library __preview__ package

2012-01-27 Thread Philippe Fremy
On 27/01/2012 16:25, Michael Foord wrote: > On 27/01/2012 14:37, Philippe Fremy wrote: >> Hi, >> >> A small comment from a user perspective. >> >> Since a package in preview is strongly linked to a given version of >> Python, any program taking advantage

Re: [Python-Dev] PEP 408 -- Standard library __preview__ package

2012-01-27 Thread Philippe Fremy
Hi, A small comment from a user perspective. Since a package in preview is strongly linked to a given version of Python, any program taking advantage of it becomes strongly specific to a given version of Python. Such programs will of course break for any upgrade or downgrade of python version. T

Re: [Python-Dev] Mercurial conversion repositories

2011-02-25 Thread Philippe Fremy
On 25/02/2011 20:43, Barry Warsaw wrote: > > One immediate thing that I'm missing from Bazaar is that 'bzr commit' invokes > my editor and always shows me a 'diff -u' in the commit message buffer. This > is incredibly handy because I don't have to remember to do the diff in a > different window, a

Re: [Python-Dev] Thoughts fresh after EuroPython

2010-07-26 Thread Philippe Fremy
Guido van Rossum wrote: > While the EuroPython sprints are still going on, I am back home, and > after a somewhat restful night of sleep, I have some thoughts I'd like > to share before I get distracted. Note, I am jumping wildly between > topics. > > - Commit privileges: Maybe we've been too caref

Re: [Python-Dev] Mercurial?

2009-04-06 Thread Philippe Fremy
Dirkjan Ochtman wrote: > On Mon, Apr 6, 2009 at 10:21, Philippe Fremy wrote: >> One question: if somebody pushes a changeset with 3 commits, will the >> pre and post hooks be applied on all of the commits, or only on the >> final commit ? >> >> If this is applied

Re: [Python-Dev] Mercurial?

2009-04-06 Thread Philippe Fremy
Dirkjan Ochtman wrote: > On 05/04/2009 20:29, "Martin v. Löwis" wrote: >> FYI: this is the list of hooks currently employed: >> - pre: check whitespace >> - post: mail python-checkins >> inform regular buildbot >> inform community buildbot >> trigger website rebuild if a