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 bigfootjon
Recipients SilentGhost, bigfootjon, ronaldoussoren, serhiy.storchaka, slo.sleuth
Date 2019-03-04.02:25:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551666350.89.0.997091513638.issue26707@roundup.psfhosted.org>
In-reply-to
Content
I recently upgraded my python version and my hot-patch broke due to changes in bpo-32072 (GH-4455).

It reminded me of this b.p.o., and after reading through the messages to remind myself where the patch stood I realized that my tone friendly towards the end was not overly.

@ronaldoussoren, I apologize if I offended.

In other news, I re-implemented the patch (and filed a new pull-request) due to the following:

* Things got spread out over too many commits
* NSKeyedArchiver only uses binary mode, so I removed the XML compatibility
* I also wrote a few tests to verify the UID implementation
History
Date User Action Args
2019-03-04 02:25:50bigfootjonsetrecipients: + bigfootjon, ronaldoussoren, SilentGhost, serhiy.storchaka, slo.sleuth
2019-03-04 02:25:50bigfootjonsetmessageid: <1551666350.89.0.997091513638.issue26707@roundup.psfhosted.org>
2019-03-04 02:25:50bigfootjonlinkissue26707 messages
2019-03-04 02:25:50bigfootjoncreate