#Loqi[kartikprabhu] @sknebel I ma not sure that the `copy` function is actually broken on `Tag`. Here is an example that works outside mf2py
```python
import copy
from bs4 import BeautifulSoup
doc = '''<article class="hentry"></article>'''
soup = BeautifulSoup(...