jenkins-bot submitted this change.

View Change

Approvals: DannyS712: Looks good to me, but someone else must approve Xqt: Looks good to me, approved jenkins-bot: Verified
[doc] Update ROADMAP.rst; separate Pywikibot 8 removals

Change-Id: Icae9303dde8c7aeb127502b0d89c3570d6eab15f
---
M ROADMAP.rst
1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/ROADMAP.rst b/ROADMAP.rst
index db50131..8aba0c0 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -6,16 +6,13 @@
Deprecations
^^^^^^^^^^^^

-* 7.3.0: Python 3.5 support will be dropped with Python 8 (:phab:`T301908`)
+* 7.2.0: ``tb`` parameter of ``exception()`` function was renamed to ``exc_info``
* 7.2.0: XMLDumpOldPageGenerator is deprecated in favour of a `content` parameter (:phab:`T306134`)
* 7.2.0: RedirectPageBot and NoRedirectPageBot bot classes are deprecated in favour of `use_redirects` attribute
* 7.2.0: `tools.formatter.color_format` is deprecated and will be removed
-* 7.1.0: win32_unicode.py will be removed with Pywikibot 8
* 7.1.0: Unused `get_redirect` parameter of Page.getOldVersion() will be removed
* 7.1.0: APISite._simple_request() will be removed in favour of APISite.simple_request()
-* 7.0.0: The i18n identifier 'cosmetic_changes-append' will be removed in favour of 'pywikibot-cosmetic-changes'
* 7.0.0: User.isBlocked() method is renamed to is_blocked for consistency
-* 7.0.0: Require mysql >= 0.7.11 (:phab:`T216741`)
* 7.0.0: Private BaseBot counters _treat_counter, _save_counter, _skip_counter will be removed in favour of collections.Counter counter attribute
* 7.0.0: A boolean watch parameter in Page.save() is deprecated and will be desupported
* 7.0.0: baserevid parameter of editSource(), editQualifier(), removeClaims(), removeSources(), remove_qualifiers() DataSite methods will be removed
@@ -31,6 +28,15 @@
* 6.2.0: Throttle.multiplydelay attribute is deprecated
* 6.2.0: SequenceOutputter.format_list() is deprecated in favour of 'out' property
* 6.0.0: config.register_family_file() is deprecated
-* 5.5.0: APISite.redirectRegex() is deprecated in favour of APISite.redirect_regex() and will be removed with Pywikibot 8
-* 4.0.0: Revision.parent_id is deprecated in favour of Revision.parentid and will be removed with Pywikibot 8
-* 4.0.0: Revision.content_model is deprecated in favour of Revision.contentmodel and will be removed with Pywikibot 8
+
+
+Will be removed in Pywikibot 8
+------------------------------
+
+* 7.3.0: Python 3.5 support will be dropped (:phab:`T301908`)
+* 7.1.0: win32_unicode.py will be removed
+* 7.0.0: The i18n identifier 'cosmetic_changes-append' will be removed in favour of 'pywikibot-cosmetic-changes'
+* 7.0.0: Require mysql >= 0.7.11 (:phab:`T216741`)
+* 5.5.0: APISite.redirectRegex() will be removed in favour of APISite.redirect_regex()
+* 4.0.0: Revision.parent_id will be removed in favour of Revision.parentid
+* 4.0.0: Revision.content_model will be removed in favour of Revision.contentmodel

To view, visit change 794778. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Icae9303dde8c7aeb127502b0d89c3570d6eab15f
Gerrit-Change-Number: 794778
Gerrit-PatchSet: 4
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: DannyS712 <dannys712.wiki@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged