• #microformats 2018-07-31
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#microformats ≡
  • ←
  • →
2018-07-31 UTC
# 22:11
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(...