from future import pass_function

Ross Ridge rridge at csclub.uwaterloo.ca
Wed Jul 25 21:42:18 EDT 2012


Ulrich Eckhardt wrote:
> I just had an idea, it occurred to me that the pass statement is pretty
> similar to the print statement, 
[...]
>     try:
>         do_something()
>     except:
>         pass()

Steven D'Aprano  <steve+comp.lang.python at pearwood.info> wrote:
>What's the point of this?

Remember everything you've said about why its a good thing the that
print statement is now a function?  That.

					Ross Ridge

-- 
 l/  //	  Ross Ridge -- The Great HTMU
[oo][oo]  rridge at csclub.uwaterloo.ca
-()-/()/  http://www.csclub.uwaterloo.ca/~rridge/ 
 db  //	  



More information about the Python-list mailing list