Skip to main content Brad's PyNotes

Posts on Python 3.8

  1. PEP 570 Positional Only

    TL;DR

    PEP 570 introduced the / separator to mark positional-only parameters, giving API designers control over function call semantics and preventing keyword argument usage.