Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] gh-99146 struct module documentation should have more predictable examples/warnings (GH-99141) #99703

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 22, 2022

  • nail down a couple examples to have more predictable output

  • update a number of things, but this is really just a stash...

  • added an applications section to describe typical uses for native and machine-independent formats

  • make sure all format strings use a format prefix character

  • responding to comments from @gpshead. Not likely finished yet.

  • This got more involved than I expected...

  • respond to several PR comments

  • a lot of wordsmithing

  • try and be more consistent in use of x vs 'x'

  • expand examples a bit

  • update the "see also" to be more up-to-date

  • original examples relied on import * so present all examples as if

  • reformat based on @gpshead comment (missed before)

  • responding to comments

  • missed this

  • one more suggested edit

  • wordsmithing
    (cherry picked from commit 22d91c1)

Co-authored-by: Skip Montanaro skip.montanaro@gmail.com

…le examples/warnings (pythonGH-99141)

* nail down a couple examples to have more predictable output

* update a number of things, but this is really just a stash...

* added an applications section to describe typical uses for native and machine-independent formats

* make sure all format strings use a format prefix character

* responding to comments from @gpshead. Not likely finished yet.

* This got more involved than I expected...

* respond to several PR comments
* a lot of wordsmithing
* try and be more consistent in use of ``x`` vs ``'x'``
* expand examples a bit
* update the "see also" to be more up-to-date
* original examples relied on import * so present all examples as if

* reformat based on @gpshead comment (missed before)

* responding to comments

* missed this

* one more suggested edit

* wordsmithing
(cherry picked from commit 22d91c1)

Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants