> [Gregory P. Smith]
> > or make it even uglier to hide from pychecker by writing that as:
> > 
> > exec("""
> > try:
> >     set
> > except NameError:
> >     from sets import Set as set
> > """)
> 
> I presume that was somewhat tongue-in-cheek, but if it wasn't, please
> reconsider.  Modulefinder isn't able to realise that set (or sets.Set) is
> needed with the latter (a problem of this very nature was just fixed with
> bsddb), which causes trouble for people later on.
> 
> =Tony.Meyer

hehe yes sorry, i left off the :P

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to