Message323685
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. |
|
| Date |
User |
Action |
Args |
| 2018-08-17 22:47:16 | terry.reedy | set | recipients:
+ terry.reedy, vinay.sajip, MarSoft |
| 2018-08-17 22:47:16 | terry.reedy | set | messageid: <[email protected]> |
| 2018-08-17 22:47:16 | terry.reedy | link | issue34415 messages |
| 2018-08-17 22:47:16 | terry.reedy | create | |
|