Changes between Version 14 and Version 15 of PIL
- Timestamp:
- 10/05/24 17:04:20 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PIL
v14 v15 162 162 * the literal tuple with the given list of components. 163 163 - `t[.(i) := expr1]` 164 * the tuple which is the same as `t`, except for component `i` (a constant integer), which has value `expr1`164 * the tuple which is the same as `t`, except for component `i` (a constant integer), which has value `expr1` 165 165 166 166 Mutating expressions:
