Rapptz 5ca04ea08f Use try-except instead of checking for membership.
Basically, a lot of the checks revolving "if x in y" could be written
more efficiently by doing the task anyway and ignoring the exception
a la the EAFP guideline.
2015-11-20 17:39:51 -05:00
..
2015-10-27 16:23:20 -04:00
2015-10-06 19:09:16 +02:00
2015-09-05 00:57:52 -04:00
2015-11-19 23:10:15 -05:00
2015-08-21 18:18:34 -04:00
2015-09-13 22:28:02 -04:00