Changes between Initial Version and Version 2 of Ticket #13088
- Timestamp:
- Mar 16, 2016, 6:29:44 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13088
- Property Resolution → wontfix
- Property Status new → closed
- Property Easy pickings unset
- Property Severity → Normal
- Property Type → New feature
- Property UI/UX unset
-
Ticket #13088 – Description
initial v2 1 {{{ 1 2 def range( value ): 2 3 """ … … 18 19 """ 19 20 return range( value ) 21 }}}