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 samuelmarks
Recipients ned.deily, paul.moore, ronaldoussoren, samuelmarks, steve.dower, tim.golden, zach.ware
Date 2021-02-12.00:42:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613090550.2.0.513992790523.issue43203@roundup.psfhosted.org>
In-reply-to
Content
Had a couple of commits to try and fix it on GitHub Actions (as I was unable to replicate locally), ended up with this very easy fix for Windows:
https://github.com/SamuelMarks/doctrans/commit/98203e9fee3e0a888ab1f4128011dde5fad98f63

To completely remove the default value. The only thing I can assume happened is that a different test in the same class—which set the default value to something else—changed the default value of the function.

This was all very confusing, and I can only think it to be a bug on python, or in GitHub Actions deployment thereof.

PS: The macOS builds are still failing with the previous issue :\
History
Date User Action Args
2021-02-12 00:42:30samuelmarkssetrecipients: + samuelmarks, paul.moore, ronaldoussoren, tim.golden, ned.deily, zach.ware, steve.dower
2021-02-12 00:42:30samuelmarkssetmessageid: <1613090550.2.0.513992790523.issue43203@roundup.psfhosted.org>
2021-02-12 00:42:30samuelmarkslinkissue43203 messages
2021-02-12 00:42:29samuelmarkscreate