swaroopch / edn_format

EDN reader and writer implementation in Python, using PLY (lex, yacc)
https://swaroopch.com/2012/12/24/edn-format-python/
Other
131 stars 31 forks source link

Disallow []= on ImmutableDict #91

Closed bfontaine closed 1 month ago

bfontaine commented 1 month ago

Fixes #88.

This is the exact same PR as #89, to see if making a new one circumvents the issue with the zombie requirement "build (2.7)".

bfontaine commented 1 month ago

No :(