Fix #561 doctests to work under Python 2 and 3; remove problematic doctest from type_...
authorCarl Witty <Carl.Witty@gmail.com>
Fri, 13 Aug 2010 20:56:33 +0000 (13:56 -0700)
committerCarl Witty <Carl.Witty@gmail.com>
Fri, 13 Aug 2010 20:56:33 +0000 (13:56 -0700)
commitd692f4d8237c489205c23d575eb1b5cdd77266c2
tree278d1bd7e3d8bb6edfc79a321e499d8592e8dc1e
parent8beb4f7b75b3d3d011f6da310482cb609510d01f
Fix #561 doctests to work under Python 2 and 3; remove problematic doctest from type_slots_int_long_T287.pyx
runtests.py
tests/run/special_methods_T561.pyx
tests/run/special_methods_T561_py2.pyx [new file with mode: 0644]
tests/run/special_methods_T561_py3.pyx [new file with mode: 0644]
tests/run/type_slots_int_long_T287.pyx