mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-16 05:28:31 +08:00
e7d7a44411
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.