jenkins-bot submitted this change.

View Change


Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[doc] update documentation

Change-Id: I3468536ba2a9e16a52d57e11cbd30ea6bf715c46
---
M ROADMAP.rst
1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/ROADMAP.rst b/ROADMAP.rst
index c95ddc6..16fd380 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -14,7 +14,8 @@
Breaking changes and code cleanups
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

-* *output* OutputOption without *out* property is no longer supported with :class:`pywikibot.OutputProxyOption`
+* ``SequenceOutputter.format_list()`` was removed in favour of :attr:`tools.formatter.SequenceOutputter.out` property
+* *output* parameter of :class:``bot_choice.OutputProxyOption` (i.e. ``OutputOption`` instance) without *out* property is no longer supported
* ``OutputOption.output()`` method was removed
* ``ContextOption.output_range()`` and ``HighlightContextOption.output_range()`` methods were removed
* ``page.url2unicode()`` function was removed in favour of :func:`tools.chars.url2string`
@@ -23,7 +24,7 @@
* *allow_duplicates* parameter of :func:`tools.itertools.intersect_generators` must be given as keyword argument
* Infinite rotating file handler with ``config.logfilesize`` of -1 is no longer supported
* ``Throttle.multiplydelay`` attribute was removed
-* Python 3.6 support was dropped (:phab:`T347026`
+* Python 3.6 support was dropped (:phab:`T347026`)


Deprecations
@@ -77,5 +78,4 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* 6.2.0: Error messages with '%' style is deprecated in favour for str.format() style
-* 6.2.0: SequenceOutputter.format_list() is deprecated in favour of 'out' property
* 6.0.0: config.register_family_file() is deprecated

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I3468536ba2a9e16a52d57e11cbd30ea6bf715c46
Gerrit-Change-Number: 981372
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged