Keep PycSet objects marshalled from files in order too
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user