Changeset 21
- Timestamp:
- 22/11/07 22:58:22 (14 months ago)
- Files:
-
- 1 modified
-
betterprint/trunk/betterprint.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
betterprint/trunk/betterprint.py
r20 r21 182 182 [ 183 183 [ 1, 2, 3 ], 184 [ 2, 3, 4],185 184 a, 186 'list',187 185 { 188 186 'dict': 'moo', … … 190 188 'ert': [1,2,3], 191 189 }, 190 pprint, 192 191 'wow', 193 192 {'lots': {'of': {'depth': {'goes': 'here'}}}} 194 193 ], 195 depth=2,196 194 ) 197 195