mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-12 18:06:45 +08:00
RawConfigParser.read has code explicitly supporting PathLike objects. Also removed an unused import and widened the accepted type from Sequence to Iterable.