Skip to content
Snippets Groups Projects
  • Dan Michael O. Heggø's avatar
    57df5f4e
    Add `expandtemplates` argument to Page.text() · 57df5f4e
    Dan Michael O. Heggø authored
    - This is more flexible than the `Page.get_expanded()` method,
      since it can be combined with the `section` argument as well,
      to get the expanded wikitext of a section.
    
    - Deprecating `Page.get_expanded()`.
    
    - Also fixed a very minor bug where `Page.last_rev_time` was
      not reset when editing new pages after having edited non-new pages.
    
    - Added more Page tests
    57df5f4e
    History
    Add `expandtemplates` argument to Page.text()
    Dan Michael O. Heggø authored
    - This is more flexible than the `Page.get_expanded()` method,
      since it can be combined with the `section` argument as well,
      to get the expanded wikitext of a section.
    
    - Deprecating `Page.get_expanded()`.
    
    - Also fixed a very minor bug where `Page.last_rev_time` was
      not reset when editing new pages after having edited non-new pages.
    
    - Added more Page tests