[Python-Dev] Patch to remove eval from csv sniffer
Skip Montanaro
skip@pobox.com
Wed, 11 Jun 2003 21:27:07 -0500
Andrew> The patch by Raymond Hettinger mentioned here:
Andrew> http://www.python.org/sf/744104
Andrew> makes a lot of sense. The question is - should it be applied
Andrew> now?
I know it's late in the cycle, but the sniffer hasn't really been exposed to
the outside world, so I doubt we'd break any existing applications. I
attached a comment to the patch with a couple minor suggestions.
Skip