Skip to content
Snippets Groups Projects

Fix python 2.7 missing list class

Merged André Anjos requested to merge doc27 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
# These are not documented at all in Python 2.7, but works for 3.x
# These are not documented at all in Python 2.7, but works for 3.x
 
py:obj list
 
py:class list
py:exc TypeError
py:exc TypeError
py:exc ValueError
py:exc ValueError
py:exc AssertionError
py:exc AssertionError
Loading