Commit d1505b5
authored
pythongh-141510: Change repr(frozendict) for empty dict (python#144921)
repr(frozendict()) returns "frozendict()" instead of
"frozendict({})".1 parent 8e211b1 commit d1505b5
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1767 | 1767 | | |
1768 | 1768 | | |
1769 | 1769 | | |
| 1770 | + | |
| 1771 | + | |
| 1772 | + | |
1770 | 1773 | | |
1771 | 1774 | | |
1772 | 1775 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7868 | 7868 | | |
7869 | 7869 | | |
7870 | 7870 | | |
| 7871 | + | |
| 7872 | + | |
| 7873 | + | |
| 7874 | + | |
| 7875 | + | |
7871 | 7876 | | |
7872 | 7877 | | |
7873 | 7878 | | |
| |||
0 commit comments