Re: Ten rules to becoming a Python community member.

2011-08-15 Thread Lucio Santi
On Mon, Aug 15, 2011 at 9:06 AM, Neil Cerutti wrote: > On 2011-08-14, Chris Angelico wrote: > > On Sun, Aug 14, 2011 at 2:21 PM, Irmen de Jong > wrote: > >> On 14-8-2011 7:57, rantingrick wrote: > >>> 8. Use "e.g." as many times as you can! (e.g. e.g.) If you use "e.g." > >>> more than ten time

Re: PEP 372 -- Adding an ordered directory to collections

2011-08-07 Thread Lucio Santi
Hi all, I'm a first-time writer here, so excuse me if I say something inappropriate or such. Last week, I was reviewing some Python 2.7 modules when I came across the OrderedDict data structure. After seeing its official implementation and also after reading through the corresponding PEP, I figur