Message325983
I just realized this while trying to use the openstack command line tools on python3.7. After reading issue33018 and the fact that even in python2
class B:
pass
def f():
pass
issubclass(f, B)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: issubclass() arg 1 must be a class
... I am sure, the new behavior is the correct one. I would be totally fine with closing this issue, and hoping not too many code depend on the strange old behavior :) |
|
| Date |
User |
Action |
Args |
| 2018-09-21 10:47:25 | glaubich | set | recipients:
+ glaubich, levkivskyi, izbyshev |
| 2018-09-21 10:47:25 | glaubich | set | messageid: <1537526845.37.0.956365154283.issue34760@psf.upfronthosting.co.za> |
| 2018-09-21 10:47:25 | glaubich | link | issue34760 messages |
| 2018-09-21 10:47:25 | glaubich | create | |
|