[Python-Dev] #pragmas in Python source code

gvwilson@nevex.com gvwilson@nevex.com
Wed, 12 Apr 2000 10:55:55 -0400 (EDT)


Is there any way to unify Barry's proposal for enriching doc strings with
Marc-Andre's proposal for pragmas?  I.e., can pragmas be doc dictionary
entries on modules that have particular keys?  This would make them part
of the parse tree (as per Fred Drake's comments), but not require (extra)
syntax changes.

Greg