This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients MarSoft, terry.reedy, vinay.sajip
Date 2018-08-17.22:47:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534546036.56.0.56676864532.issue34415@psf.upfronthosting.co.za>
In-reply-to
Content
The default format depends on the style.  From 3.8:

class Formatter()
   <docstring>
    def __init__(self, fmt=None, datefmt=None, style='%'):
        ...
        self._fmt = self._style._fmt

It appears that the class docstring was not updated when the style parameter was added, in 3.2.  So I think more change is needed.  I will try to make a proposal later.
History
Date User Action Args
2018-08-17 22:47:16terry.reedysetrecipients: + terry.reedy, vinay.sajip, MarSoft
2018-08-17 22:47:16terry.reedysetmessageid: <1534546036.56.0.56676864532.issue34415@psf.upfronthosting.co.za>
2018-08-17 22:47:16terry.reedylinkissue34415 messages
2018-08-17 22:47:16terry.reedycreate