[Python-3000] [Python-Dev] PEP 30XZ: Simplified Parsing (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Thu May 3 02:49:14 CEST 2007
- Previous message: [Python-3000] [Python-Dev] PEP 30XZ: Simplified Parsing
- Next message: [Python-3000] [Python-Dev] PEP 30XZ: Simplified Parsing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Trent Mick wrote:
But if you don't want the EOLs? Example from some code of mine:
raise MakeError("extracting '%s' in '%s' did not create the " "directory that the Python build will expect: " "'%s'" % (srcpkg, dstdir, dst)) I use this kind of thing frequently. Don't know if others consider it bad style.
I use it too, and would be disappointed if it were taken away. I find the usefulness considerably outweighs any occasional problems.
-- Greg
- Previous message: [Python-3000] [Python-Dev] PEP 30XZ: Simplified Parsing
- Next message: [Python-3000] [Python-Dev] PEP 30XZ: Simplified Parsing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]