mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-27 19:13:26 +08:00
The documentation [explicitly specifies](https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.get) that `None` is a legitimate `fallback` value. Thanks to @wiml for suggesting this approach.