bpo-10379: deprecate locale.format in lieu of locale.format_string by plusminushalf · Pull Request #259 · python/cpython

the-knights-who-say-ni · GitHub

Fixed recommended CR changes

Refactoring Doc, moving format doc below format_string, this is to make sure people have lesser probability of using format in future. Also using _format method inside locale module, since we know there is only one format function that is _format

plusminushalf

changed the title bpo-10379: deprecate locale.format in lue of locale.format_stringbpo-10379: deprecate locale.format in lieu of locale.format_string

Mar 28, 2017

akruis

added a commit to akruis/cpython that referenced this pull request

Aug 8, 2021

Update the Stackless patches for readthedocs.org based on the documentation. This simplified configuration is still untested.

akruis

added a commit to akruis/cpython that referenced this pull request

Aug 8, 2021

Well, the previous commit didn't build on readthedocs.org. - Rename .readthedocs.yml to .readthedocs.yaml See

https://docs.readthedocs.io/en/stable/config-file/index.html

- Add a requirements file Doc/slp_readthedocs_requirements.txt and require the same packages as specified in Makefile. Already set the Sphinx version to 2.0.1, because upstream commit

7d23dbe

akruis

added a commit to akruis/cpython that referenced this pull request

Aug 8, 2021

Set the css-file to "pydoctheme.css".

akruis

added a commit to akruis/cpython that referenced this pull request

Aug 8, 2021

Remove the explicit specification of the css-file for readthedocs.org. It is not needed any more. Closed