Staging
v0.5.1
Revision 623b979553ae03ba5b2d5f60a668fbe288b2112d authored by Mark Dickinson on 28 June 2010, 19:31:41 UTC, committed by Mark Dickinson on 28 June 2010, 19:31:41 UTC
  - insert commas between entries in del statement
  - left and right shifts were represented as >> and << (respectively); reverse
  - unindent properly after for: else:  or while: else:
  - add parens around the result of an unary operation
  - add parens around negative numbers, to avoid turning (-1)**2 into -1**2.
1 parent 8c996ef
History
File Mode Size
design.rst -rw-r--r-- 39.6 KB
extending.rst -rw-r--r-- 17.7 KB
general.rst -rw-r--r-- 22.3 KB
gui.rst -rw-r--r-- 5.9 KB
index.rst -rw-r--r-- 298 bytes
installed.rst -rw-r--r-- 2.3 KB
library.rst -rw-r--r-- 32.5 KB
programming.rst -rw-r--r-- 63.6 KB
python-video-icon.png -rw-r--r-- 3.6 KB
windows.rst -rw-r--r-- 25.6 KB

back to top