Keep PycSet objects marshalled from files in order too

This commit is contained in:
Michael Hansen
2023-02-16 22:01:31 -08:00
parent ded8adfba2
commit 1fcbf4cd4b
3 changed files with 4 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
a = set ( ) <EOL>
b = { 1 , 2 } <EOL>
c = { 'AB' , 'CD' } <EOL>
d = { 2 , 1 , 3 , 4 } <EOL>
d = { 1 , 2 , 3 , 4 } <EOL>