Skip to content
Snippets Groups Projects
  • Dan Michael O. Heggø's avatar
    61155f1b
    [#51] Rename Page.edit() to Page.text() · 61155f1b
    Dan Michael O. Heggø authored
    since the method does not edit the page, but returns the text of the
    page. The old method name still works, but issues a DeprecationWarning.
    Note that DeprecationWarnings are silent by default, so we might
    consider to elevate it in some future version.
    61155f1b
    History
    [#51] Rename Page.edit() to Page.text()
    Dan Michael O. Heggø authored
    since the method does not edit the page, but returns the text of the
    page. The old method name still works, but issues a DeprecationWarning.
    Note that DeprecationWarnings are silent by default, so we might
    consider to elevate it in some future version.