Changes between Initial Version and Version 2 of Ticket #13088
- Timestamp:
- 03/16/16 11:29:44 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13088
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
wontfix
- Property Easy pickings unset
- Property UI/UX unset
-
Property
Type
changed from
to
New feature
-
Property
Severity
changed from
to
Normal
-
Property
Status
changed from
-
Ticket #13088 – Description
initial v2 1 {{{ 1 2 def range( value ): 2 3 """ … … 18 19 """ 19 20 return range( value ) 21 }}}