On Jun 27, 1:15 am, Paul Rubin <http://[EMAIL PROTECTED]> wrote:
> Dennis Lee Bieber <[EMAIL PROTECTED]> writes:
>
> >    What happens when two individuals release "libraries" using these
> > proposed macros -- and have implement conflicting macros using the same
> > identifiers -- and you try to use both libraries in one application?
>
> Something like the current situation with Python web frameworks ;)

Actually, no.  For python, the most reasonable macro scope would be
the file, so different files in the same application could easily use
conflicting macros without any problems.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to