[EMAIL PROTECTED] wrote:
> Christian> I could not find documentation of the following change in
> Christian> python2.5. What is the reason for that?
>
> Without looking through the change history for the module it's unclear to me
> why that would have changed. The thing that changed is th
Hi,
I could not find documentation of the following change in python2.5. What is the
reason for that?
Python 2.4.4 (#2, Apr 12 2007, 21:03:11)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import csv
>>> d=csv.get_dialect(
ocean wrote:
>> I've had a report from a user that Plex runs about half
>> as fast in 2.5 as it did in 2.4. In particular, the
>> NFA-to-DFA conversion phase, which does a lot of
>> messing about with dicts representing mappings between
>> sets of states.
That was me.
>> Does anyone in the Minist