From: Raphael Michel Date: Mon, 3 Dec 2018 19:29:14 +0000 (+0100) Subject: Remove a FIXME that appears to be resolved already X-Git-Tag: v2.0.0~1^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cf28ae59e0f427923c63bd46fb86b8ecffd7eb4;p=thirdparty%2Fpython-fints.git Remove a FIXME that appears to be resolved already --- diff --git a/docs/developer/working.rst b/docs/developer/working.rst index ac521ec..8fe051d 100644 --- a/docs/developer/working.rst +++ b/docs/developer/working.rst @@ -32,8 +32,6 @@ The only exception is: Every field can be set to ``None`` in order to clear the When calling the constructor with non-keyword arguments, fields are assigned in order, with the exception of ``header`` in :class:`~fints.segments.base.FinTS3Segment` subclasses, which can only be given as a keyword argument. When no ``header`` argument is present, a :class:`~fints.formals.SegmentHeader` is automatically constructed with default values (and no ``number``). It's generally not required to construct the ``header`` parameter manually. -**FIXME** The ``number`` should in the future be generated automatically within in sequence (at least before serializing). - .. code-block:: python >>> HNHBS1(42)