[Types-sig] type declaration syntax

Skip Montanaro skip@mojam.com (Skip Montanaro)
Thu, 30 Dec 1999 09:50:35 -0600 (CST)


    skaller> I.e. TWO bans fix most problems. The ban on module level
    skaller> rebindings is a significant restriction. 

I'll say.  The common idiom for trapping stdout or stderr is to rebind
sys.stdout/stderr to a file-like object.  How would that be accomplished in
such a straightforward way if module-level rebindings are disallowed?

Skip Montanaro | http://www.mojam.com/
skip@mojam.com | http://www.musi-cal.com/
847-971-7098   | Python: Programming the way Guido indented...