Terry J. Reedy <tjre...@udel.edu> added the comment:

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.

----------
nosy: +terry.reedy, vinay.sajip

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34415>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to