Consider the following discussion / feature in Python3.9: https://bugs.python.org/issue24416 In short, it was decided that the result of datetime.date.isocalendar would be changed to a namedtuple instead of tuple. Now, I can see the benefit in doing that, but they also decided “to pickle” the new object (datetime.IsoCalendarDate) as a tuple: https://github.com/python/cpython/commit/1b97b9b0ad9a2ff8eb5c8f2e2e7c2aec1d13a330#diff-2a8962dcecb109859cedd81ddc5729bea57d156e0947cb8413f99781a0860fd1R1214 So my question is, why did they make it
Tag: python-3.9
AttributeError: module ‘importlib’ has no attribute ‘util’
I’ve just upgraded from Fedora 32 to Fedora 33 (which comes with Python 3.9). Since then gcloud command stopped working: Answer Update from GCP support GCP support mentioned that the new version 318.0.0 released on 2020.11.10 should support python 3.9 I updated my gcloud sdk to 318.0.0 and now looks like python 3.9.0 is supported. To fix this issue run