Commit Graph
5 Commits
Author SHA1 Message Date
Chad Dombrova e25c0cb128 "key" argument of builtin function sorted should be optional in python 2.7 (#3086) 2019-06-22 14:09:51 -07:00
Chad Dombrova 840631657f Add undocumented member glob.has_magic (#2972) 2019-05-16 11:28:49 +02:00
Chad Dombrova feb74cf9de Add subprocess.list2cmdline for python 2 (#2971) 2019-05-08 10:21:32 +02:00
Chad Dombrova ed9d08e93b Collections that inherit from dict should should override copy() (#1856)
Solves issue #1642. A previous attempt at this, #1656,
added __copy__ but omitted copy, and it did not properly use self-type.
2018-02-09 00:26:37 +00:00
Chad Dombrova b111a4537f Add attrs library (#1838) 2018-02-02 21:26:35 -08:00