Files
typeshed/stdlib
Brandt Bucher b29b239f17 Add optimize parameter to builtins.compile. (#2605)
In Python 3, `builtins.compile` takes 6 arguments (`source`, `filename`, `mode`, `flags=0`, `dont_inherit=False`, `optimize=-1`). This change adds the last `optimize` parameter, which is new since Python 2.
2018-11-16 23:35:32 -08:00
..
2018-04-06 11:09:11 -07:00
2018-10-24 07:20:53 -07:00