[Python-Dev] [Python-3000] PEP 30XZ: Simplified Parsing (original) (raw)
Stephen J. Turnbull turnbull at sk.tsukuba.ac.jp
Thu May 3 18:41:40 CEST 2007
- Previous message: [Python-Dev] [Python-3000] PEP 30XZ: Simplified Parsing
- Next message: [Python-Dev] [Python-3000] PEP 30XZ: Simplified Parsing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Barry Warsaw writes:
IMO, this is a problem. We can make the Python extraction tool work,
but we should still be very careful about breaking 3rd party tools
like xgettext, since other projects may be using such tools.
But
_("some string" +
" and more of it")
is already legal Python, and xgettext is already broken for it. Arguably, xgettext's implementation of -L Python should be
execve ("pygettext", argv, environ);
- Previous message: [Python-Dev] [Python-3000] PEP 30XZ: Simplified Parsing
- Next message: [Python-Dev] [Python-3000] PEP 30XZ: Simplified Parsing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]