mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
RawConfigParser.read has code explicitly supporting PathLike objects. Also removed an unused import and widened the accepted type from Sequence to Iterable.