# HG changeset patch # User Atul Varma # Date 1212706515 25200 # Node ID e260fb2db3e5f4823ca2701621bbfa2685f8951c # Parent 482a0ed021dac07e27596492397bd85bbf3c88f4 More stuff diff -r 482a0ed021da -r e260fb2db3e5 PythonForJsProgrammers.txt --- a/PythonForJsProgrammers.txt Thu Jun 05 15:53:15 2008 -0700 +++ b/PythonForJsProgrammers.txt Thu Jun 05 15:55:15 2008 -0700 @@ -157,7 +157,6 @@ >>> a = 5 # Assignment works in statements. >>> a += 1 # Add-assignment does too. 6 - >>> if a = 1: # But you can't assign in an expression. ... pass Traceback (most recent call last):