Files
typeshed/stdlib/3
Jelle Zijlstra 97a6d27558 Make first argument to filter optional
```
$ python3.4
Python 3.4.3 (default, Nov 17 2016, 01:08:31) 
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> list(filter(None, [False, True]))
[True]
>>> 
```
2016-12-12 11:31:12 -08:00
..
2016-04-11 00:27:58 -04:00
2016-06-02 10:16:01 -07:00
2016-04-11 00:27:58 -04:00
2016-05-05 11:32:06 +01:00
2016-04-11 00:27:58 -04:00
2016-04-11 00:27:58 -04:00
2016-05-04 16:54:57 -07:00
2016-08-17 11:54:13 -07:00
2016-03-23 08:30:39 +01:00
2016-03-06 09:25:49 +09:00
2016-05-17 14:32:03 +01:00
2016-05-19 14:34:38 -07:00
2016-04-11 00:27:58 -04:00
2016-10-12 07:34:58 -07:00
2016-07-05 10:18:58 -07:00
2016-05-03 11:48:38 -07:00
2016-08-24 06:08:46 -07:00
2016-07-26 07:43:29 -07:00
2016-04-11 00:27:58 -04:00
2016-02-25 09:41:32 +00:00
2015-12-30 21:59:56 +01:00
2016-09-12 11:13:42 -07:00
2016-04-17 19:59:47 -07:00
2016-05-04 16:54:57 -07:00
2016-03-06 10:03:55 +09:00