Ethan Furman added the comment:

Enums (and other numeric subclasses), do not round-trip back to themselves.  An 
IntEnum with the value of 4 is written as 4 and converted back from json as the 
integer 4 (not Settings.TabSpaces, or whatever).

Given that json is multi-language format (or a javascript format -- but either 
way not a Python-specific format) I don't know that we can expect much more 
from it.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23123>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to