
Is it possible to get `profile' into the stdlib? Currently just tinkering, and it might not be advisable either, subject to abuse, per GvR: "Programmable syntax is not in Python's future -- or at least it's not for Python 3000. The problem IMO is that everybody will abuse it to define their own language. And the problem with that is that it will fracture the Python community because nobody can read each other's code any more." - http://mail.python.org/pipermail/python-3000/2006-April/000286.html What do you think? Same reason apply?

On 5/10/07, Aaron Brady <castironpi@comcast.net> wrote:
Your request still doesn't make any sense: http://docs.python.org/lib/module-parser.html Collin Winter

Very well; I wasn't close to clear. I want to do a custom compile, say by overriding one of the methods in `parser'. Where are they? C:\Python25\Lib>dir p*.py Volume in drive C is C Local Disk Volume Serial Number is E849-EE50 Directory of C:\Python25\Lib 04/04/2007 06:17 PM 43,532 pdb.py 10/28/2005 08:07 PM 46,183 pickle.py parser.py is not to be found.

On 5/10/07, Aaron Brady <castironpi@comcast.net> wrote:
Your request still doesn't make any sense: http://docs.python.org/lib/module-parser.html Collin Winter

Very well; I wasn't close to clear. I want to do a custom compile, say by overriding one of the methods in `parser'. Where are they? C:\Python25\Lib>dir p*.py Volume in drive C is C Local Disk Volume Serial Number is E849-EE50 Directory of C:\Python25\Lib 04/04/2007 06:17 PM 43,532 pdb.py 10/28/2005 08:07 PM 46,183 pickle.py parser.py is not to be found.
participants (3)
-
Aaron Brady
-
Adam Atlas
-
Collin Winter