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
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
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
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
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
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.
> """