jenkins-bot has submitted this change and it was merged.
Change subject: Page.site is a property ......................................................................
Page.site is a property
Page.site() is unknown in core
Change-Id: If91625baa6f88d2768239c7482e506f059327102 --- M README-conversion.txt 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified
diff --git a/README-conversion.txt b/README-conversion.txt index c3c69cb..ae5966d 100644 --- a/README-conversion.txt +++ b/README-conversion.txt @@ -77,7 +77,7 @@ - titleWithoutNamespace(): replaced by Page.title(withNamespace=False) - sectionFreeTitle(): replaced by Page.title(withSection=False) - aslink(): replaced by Page.title(asLink=True) -- encoding(): replaced by Page.site().encoding() +- encoding(): replaced by Page.site.encoding()
The following methods of the Page object have been obsoleted and no longer work (but these methods don't appear to be used anywhere in the code
pywikibot-commits@lists.wikimedia.org