Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue #285 #336

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

issue #285 #336

wants to merge 1 commit into from

Commits on Nov 5, 2020

  1. issue 285

    in dump_inline_table change the isinstance check to look for collections.abc.Mapping, not for dict. 
    
    This enables UserDict and other classes that derive from collections.abc.Mapping, in addition to dict.
    
    additional change - missed two checks.
    bradermacher authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    4d6130b View commit details
    Browse the repository at this point in the history