Files
Phoenix/wx/lib
Per A. Brodtkorb 033c18fd9f Fixes issue #1556
Replaced XXX.keys() calls with idiomatic python 3 calls that are compatible with python 2 such as eg:
 * replaced "y = xxx.keys()" or "y = list(xxx.keys())" with just "y = list(xxx)"
 * replaced "sorted(xxx.keys())" or "sorted(list(xxx.keys()))" with just "sorted(xxx)"
 * replaced "if not A in B.keys():" with "if A not in B:"
 * replaced "for A in B.keys():"  with "for A in B:"

See also https://python-future.org/compatible_idioms.html
https://python-future.org/compatible_idioms.html#dict-keys-values-items-as-a-list
2020-03-20 18:51:19 +01:00
..
2020-03-20 18:51:19 +01:00
2016-10-12 22:30:53 -05:00
2018-08-13 22:03:29 -07:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2020-03-20 18:51:19 +01:00
2020-03-10 11:41:39 -07:00
2020-03-20 18:51:19 +01:00
2020-03-20 18:51:19 +01:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2016-06-09 21:46:05 -07:00
2020-03-10 11:41:39 -07:00
2020-03-20 18:51:19 +01:00
2019-05-25 18:53:04 +02:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2016-10-12 22:21:38 -05:00
2019-08-26 20:51:16 -07:00
2020-03-10 11:41:39 -07:00
2018-09-02 06:35:39 -04:00
2016-10-12 22:21:38 -05:00
2016-10-12 22:21:38 -05:00
2020-03-10 11:41:39 -07:00
2020-03-20 18:51:19 +01:00
2020-03-10 11:41:39 -07:00
2020-03-13 10:42:08 -07:00
2020-03-20 18:51:19 +01:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2016-10-12 22:21:38 -05:00
2020-03-10 11:41:39 -07:00
2017-02-26 14:15:49 +11:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2016-10-12 22:21:38 -05:00
2016-10-12 22:21:38 -05:00
2020-03-20 18:51:19 +01:00
2020-02-18 15:12:01 -08:00
2016-10-12 22:21:38 -05:00
2016-10-12 22:21:38 -05:00
2020-03-10 11:41:39 -07:00
2017-11-01 16:04:36 -07:00
2018-01-16 09:37:04 -06:00
2020-03-10 11:41:39 -07:00
2020-03-20 18:51:19 +01:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2017-02-26 14:15:49 +11:00
2017-02-26 14:15:49 +11:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2017-02-26 14:15:49 +11:00
2017-11-17 22:00:38 -08:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2016-10-12 22:21:38 -05:00
2016-10-12 22:21:38 -05:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00