[Python-checkins] r54474 - sandbox/trunk/2to3/fixes/fix_throw.py

collin.winter python-checkins at python.org
Wed Mar 21 04:12:48 CET 2007


Author: collin.winter
Date: Wed Mar 21 04:12:46 2007
New Revision: 54474

Modified:
   sandbox/trunk/2to3/fixes/fix_throw.py
Log:
Remove unnecessary comments.

Modified: sandbox/trunk/2to3/fixes/fix_throw.py
==============================================================================
--- sandbox/trunk/2to3/fixes/fix_throw.py	(original)
+++ sandbox/trunk/2to3/fixes/fix_throw.py	Wed Mar 21 04:12:46 2007
@@ -56,7 +56,5 @@
             call_wtb = list(with_tb + (ArgList([tb]),))
             
             throw_args.replace(pytree.Node(syms.power, call_wtb))
-            # No return
         else:
             throw_args.replace(Call(exc, args))
-            # No return


More information about the Python-checkins mailing list