mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-27 09:01:26 +08:00
5c328f12e1
RawConfigParser.read has code explicitly supporting PathLike objects. Also removed an unused import and widened the accepted type from Sequence to Iterable.