simplify

tests/augassign.py

16:c227a822ddc7
2006-07-15 paulb Added annotation notes.
     1 a += b     2 a.b += c     3 a.b().c += d     4 a[b:c] += d     5 a.b[c:] += d     6 a[b] += c     7 a[b,c] += d