diff options
| author | W. Trevor King <wking@tremily.us> | 2012-11-11 20:35:08 -0500 |
|---|---|---|
| committer | W. Trevor King <wking@tremily.us> | 2012-11-11 20:35:08 -0500 |
| commit | 88ac4e9030ab5827d1ab4d01ee6c0aff85184d28 (patch) | |
| tree | 81d38d8e1a950ecc36001ab6fc76de8dfa776a67 /README.dev | |
| parent | fef019e0dcc37346a5344fd3fa644a44fcdd22f1 (diff) | |
| download | gentoolkit-88ac4e9030ab5827d1ab4d01ee6c0aff85184d28.tar.gz | |
keyword: use Python 2/3-agnostic set notation in reduce_keywords doctest
Python 2.7 prints sets as "set([1, 2])", but Python 3.2 prints them as
"{1, 2}". Avoid having to chose by showing that the result of
reduce_keywords() is a set, and then printing the elements in a list.
Diffstat (limited to 'README.dev')
0 files changed, 0 insertions, 0 deletions
