##// END OF EJS Templates
use Python 3-style for pretty-printed sets...
use Python 3-style for pretty-printed sets Sets are now `{1,2,3}` instead of `set([1,2,3])`, matching repr(set) on Python 3. This change applies to all Python versions. closes #3156
MinRK -
r10176:3ed989c8
Show More
Name Size Modified Last Commit Author
/ examples
core
lib
notebooks
parallel
tests
vim
widgets