Re: [Python-Dev] Using Cython for standard library?

2008-11-04 Thread Brendan O'Connor
>>> Is using Cython for anything in Modules/ really an option? In my limited >>> experiments with it, I did like it. >>> >>> But using it for Python standard library stuff doesn't look quite right to >>> me: >>> >>> - Option 1: distribute Cython with Python and integrate into build process >>> -- O

Re: [Python-Dev] Status of dictnotes.txt?

2008-09-23 Thread Brendan O'Connor
> If I remember correctly (and based on a skimming of dictnotes.txt), > those aren't suggestions, it is documentation about the actual > implementation and why those decisions were made. Well, some of the document is written as "if we did X, then we'd see Y" so it's not always clear. Some parts a

[Python-Dev] Status of dictnotes.txt?

2008-09-22 Thread Brendan O'Connor
Hi everyone, I was enjoying reading Raymond Hettinger's Objects/dictnotes.txt, and was wondering, which (if any) of its suggestions implemented? I see most of it was written back in 2003. Thanks, Brendan ___ Python-Dev mailing list Python-Dev@python.or