Changes between Version 1 and Version 2 of Ticket #30151


Ignore:
Timestamp:
Feb 1, 2019, 5:54:46 AM (5 years ago)
Author:
Martin Ennemoser
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30151 – Description

    v1 v2  
    1818Using first and the bracket operator is consistent:
    1919
     20
     21{{{
    2022first_ten_feeds.first()
    2123# Output: <RSSFeed: pressetext News>
    2224first_ten_feeds[0]
    2325# Output: <RSSFeed: pressetext News>
     26}}}
     27
    2428
    2529But using last and the bracket operator is not consistent:
Back to Top