]> granicus.if.org Git - python/commit
Close #18264: int- and float-derived enums now converted to int or float.
authorEthan Furman <ethan@stoneleaf.us>
Sat, 10 Aug 2013 20:01:45 +0000 (13:01 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Sat, 10 Aug 2013 20:01:45 +0000 (13:01 -0700)
commita4998a70416c27730e75c0a4225ee2c3552b1618
tree5f04a47e0c77fdc0d0e05ff4a09d9a3e3c42702e
parentfbcf4d78c881176345483111503c4bc7765d4ff8
Close #18264: int- and float-derived enums now converted to int or float.
Doc/library/json.rst
Lib/json/encoder.py
Lib/test/test_json/test_enum.py [new file with mode: 0644]
Modules/_json.c