[issue39416] Document default numeric string formats

2020-12-15 Thread Éric Araujo
Éric Araujo added the comment: New changeset aedc94b8e9d0f7700c665d8d1ba9c93df33e63a8 by Miss Islington (bot) in branch '3.8': [3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869) https://github.com/python/cpython/commit/aedc94b8e9d0f7700c665d8d1ba9c93df33e63a8

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset 224ed378b9aadad9dbbd890064677433188aecd9 by Miss Skeleton (bot) in branch '3.9': Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867)

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21811 pull_request: https://github.com/python/cpython/pull/22869 ___ Python tracker ___

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21810 pull_request: https://github.com/python/cpython/pull/22868 ___ Python tracker ___

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset f8b1ccd63c94bcde1c15d56d24add89861b6ceee by kpinc in branch 'master': Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867) https://github.com/python/cpython/commit/f8b1ccd63c94bcde1c15d56d24add89861b6ceee

[issue39416] Document default numeric string formats

2020-10-21 Thread Karl O. Pinc
Change by Karl O. Pinc : -- pull_requests: +21809 pull_request: https://github.com/python/cpython/pull/22867 ___ Python tracker ___

[issue39416] Document default numeric string formats

2020-10-21 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch! -- nosy: +eric.araujo resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.8, Python 3.9 ___ Python tracker

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset ec62b47ebc8f29007942c8e9f3f260af91ca58cb by Miss Skeleton (bot) in branch '3.9': [3.9] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) (GH-22860)

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset 89fac4c3748aa7eb23d09922331e90a62ce782fd by Miss Skeleton (bot) in branch '3.8': [3.8] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) (GH-22861)

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21803 pull_request: https://github.com/python/cpython/pull/22861 ___ Python tracker ___

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset c60394c7fc9cc09b16e9675a3eeb5844b6d8523f by kpinc in branch 'master': bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111)

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21802 pull_request: https://github.com/python/cpython/pull/22860 ___ Python tracker ___

[issue39416] Document default numeric string formats

2020-01-22 Thread Karl O. Pinc
Karl O. Pinc added the comment: On Wed, 22 Jan 2020 06:09:41 + "Eric V. Smith" wrote: > Eric V. Smith added the comment: > > Is the lack of this documentation causing some confusion somewhere? > This isn't rhetorical, I'm genuinely curious what problem you're > trying to solve. I'd

[issue39416] Document default numeric string formats

2020-01-21 Thread Eric V. Smith
Eric V. Smith added the comment: Is the lack of this documentation causing some confusion somewhere? This isn't rhetorical, I'm genuinely curious what problem you're trying to solve. Is there any mainstream programming language where the basics of what you've laid out aren't true? It all

[issue39416] Document default numeric string formats

2020-01-21 Thread Karl O. Pinc
Change by Karl O. Pinc : -- keywords: +patch pull_requests: +17498 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18111 ___ Python tracker ___

[issue39416] Document default numeric string formats

2020-01-21 Thread Karl O. Pinc
New submission from Karl O. Pinc : Seems sane to put _some_ restrictions on the string representations of the Numeric classes. This would be a change to the Python language specification. Suggestions made in a pull request. See the email thread: Subject: Documenting Python's float.__str__()