v0.12.0rc4
Pre-release
Pre-release
What's Changed
- Add a
NonExistentEntityError
exception (Thanks to @dpriskorn) - Improve MediaWiki 1.35 compatibility. (Thanks to @dpriskorn)
- Replace
print()
withlogging
methods. (Thanks to @dpriskorn) - Add
wbi_helpers.delete_page()
- Add
BaseEntity.delete()
to easily delete an entity with the page ID or the page title. (#309) - Add
BaseEntity.title
andBaseEntity.pageid
attributes. - More docstring
- Typo fixes
Full Changelog: v0.12.0rc3...v0.12.0rc4