Re: [Python-Dev] [Distutils] distlib updated with resources API

2012-09-27 Thread Nick Coghlan
On Fri, Sep 28, 2012 at 9:37 AM, Tarek Ziadé wrote: > On 9/28/12 12:55 AM, Antoine Pitrou wrote: >>> >>> Last but not least, distlib is the plan forward endorsed by python-dev, >> >> Is it? I haven't seen a PEP or an official decision about that. Just >> because >> someone proposed it on a mailing

Re: [Python-Dev] Python Bug Day in October

2012-09-27 Thread R. David Murray
On Thu, 27 Sep 2012 18:30:49 -0400, mer...@netwok.org wrote: > The Montreal-Python user group would like to host a bug day on October > 27 (to be confirmed) at a partner university in Montreal. It would be > cool to do a bug day on IRC like we used to (and in other physical > locations if people w

Re: [Python-Dev] [Distutils] distlib updated with resources API

2012-09-27 Thread Tarek Ziadé
On 9/28/12 12:55 AM, Antoine Pitrou wrote: Last but not least, distlib is the plan forward endorsed by python-dev, Is it? I haven't seen a PEP or an official decision about that. Just because someone proposed it on a mailing-list doesn't mean it is "endorsed by python-dev". We discussed about

Re: [Python-Dev] Python Bug Day in October

2012-09-27 Thread Brian Curtin
On Thu, Sep 27, 2012 at 5:30 PM, Éric Araujo wrote: > Hi all, > > The Montreal-Python user group would like to host a bug day on October > 27 (to be confirmed) at a partner university in Montreal. It would be > cool to do a bug day on IRC like we used to (and in other physical > locations if peop

[Python-Dev] Python Bug Day in October

2012-09-27 Thread Éric Araujo
Hi all, The Montreal-Python user group would like to host a bug day on October 27 (to be confirmed) at a partner university in Montreal. It would be cool to do a bug day on IRC like we used to (and in other physical locations if people want to!) to get new contributors and close bugs. What do you

Re: [Python-Dev] [Python-checkins] cpython: Add a few entries to whatsnew/3.3.rst.

2012-09-27 Thread Stefan Behnel
Ezio Melotti, 26.09.2012 18:30: > """ > The problem is that the standard allows some charref to end without a > ';', but not all of them. > > So both "Éric" and Éric" will be parsed as "Éric", but > only "αcentauri" will result in "αcentauri" -- "&alphacentauri" > will be returned unchanged. > """