comparison README.rst @ 52088:51057ab0dffa stable

py-3-13: stabilize the docstring output across all supported Python versions Python 3.13 now trims indents from docstrings at compilation time (to save space in .pyc), so all of our helptext is affected. The indentation has never served a user-facing purpose and was more here because nobody cared enough to remove it: we gain some screen space this way. Rather than undo the transformation (which isn't really possible since the transform also deletes leading/trailing whitespace), we align the behavior of older Python versions with that of 3.13. Unfortunately, this means breaking some of the translations. I've only touched the ones that need to work for some tooling tests to pass, but I do not have the time to fix the rest of them across all languages, since they cannot be done in an automated way. i18n updates have been basically abandonned for a good while now, hopefully someone cares enough to bring them back.
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 24 Oct 2024 15:23:52 +0200
parents c5912e35d06d
children
comparison
equal deleted inserted replaced
52087:888e00b2c3ee 52088:51057ab0dffa