This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author taleinat
Recipients dfrojas, eli.bendersky, rhettinger, scoder, serhiy.storchaka, taleinat
Date 2018-10-27.18:12:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540663969.81.0.788709270274.issue34160@psf.upfronthosting.co.za>
In-reply-to
Content
There is also a middle ground: Keep .write() as it is *and* have .dump() preserve the order in which the parameters were supplied in the constructor.  They could both use a common *internal* method with a flag to select the desired ordering.
History
Date User Action Args
2018-10-27 18:12:49taleinatsetrecipients: + taleinat, rhettinger, scoder, eli.bendersky, serhiy.storchaka, dfrojas
2018-10-27 18:12:49taleinatsetmessageid: <1540663969.81.0.788709270274.issue34160@psf.upfronthosting.co.za>
2018-10-27 18:12:49taleinatlinkissue34160 messages
2018-10-27 18:12:49taleinatcreate