« Das Späte Erwachen einer Schwiegermutter »

**Das späte Erwachen einer Schwiegermutter**
**Als niemand mehr übrig blieb, erinnerte sich meine Schwiegermutter an uns. Doch es war zu spät**

Seit über zehn Jahren bin ich mit Ludwig zusammen. Ich habe ihn mit fünfundzwanzig geheiratet. Er ist nicht der Einzige in seiner Familie: Er hat zwei ältere Brüder, beide längst etabliert Karrieren, Häuser, Familien. Das perfekte Bild, wie man so sagt. Ihre Mutter, Gisela Schneider, ist eine Frau mit starkem Charakter, nicht die Art, die sich hinter anderen versteckt. Sie hat allein ihre drei Jungen großgezogen, ohne je klein beizugeTitle: Fixes to make the package work with Python 3.8 and older
username_0: In Python 3.8, you can’t `from collections import Mapping` anymore, you have to use `from collections.abc import Mapping`. But for backwards compatibility, we can use a try/except to import the right one.

Additionally, in Python 3.8 the `__file__` attribute was removed from Cython modules, so we need to find a new way to access the template file when running compiled.
username_0: @username_1 I’ve tested this with Python 3.8.0 (final) and it seems to work fine. I’ve also tried with Python 3.6.8 and 3.7.4 and it still works with those.

Let me know if you’d like any changes.
username_1: @username_0 Thanks for this! I’ll review asap
username_0: @username_1 Just checking if you’ve had a chance to look at this yet. Sorry to be a bother.
username_1: @username_0 No worries. I was on vacation with limited internet access. I’ll check it tonight.
username_1: @username_0 Sorry for the delay. I’ve tested with Python 3.6.8 and 3.8.0 and everything is working as expected. The code looks great. Thanks for your help! I’ll release a new version to PyPI soon.
username_0: @username_1 Thanks!

Rate article
« Das Späte Erwachen einer Schwiegermutter »