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.12] gh-105096: Reformat wave documentation (#105136) #105138

Merged
merged 1 commit into from
May 31, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented May 31, 2023

Add ".. class::" markups in the wave documentation.

  • Reformat also wave.py (minor PEP 8 changes).
  • Remove redundant "import struct": it's already imported at top level.
  • Remove wave.rst from .nitignore

(cherry picked from commit 85e5d03)


📚 Documentation preview 📚: https://cpython-previews--105138.org.readthedocs.build/

Add ".. class::" markups in the wave documentation.

* Reformat also wave.py (minor PEP 8 changes).
* Remove redundant "import struct": it's already imported at top
  level.
* Remove wave.rst from .nitignore

(cherry picked from commit 85e5d03)
@vstinner
Copy link
Member Author

Automated backport failed since "aifc module" was replaced with "old aifc module" in the main branch.

@vstinner vstinner enabled auto-merge (squash) May 31, 2023 11:43
@vstinner vstinner merged commit 01b42f9 into python:3.12 May 31, 2023
25 of 26 checks passed
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @vstinner, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 01b42f9559b614d729c3f055d09269db13d2433c 3.11

@vstinner vstinner deleted the wave_doc312 branch May 31, 2023 14:34
@bedevere-bot
Copy link

GH-105155 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label May 31, 2023
vstinner added a commit to vstinner/cpython that referenced this pull request May 31, 2023
…ython#105138)

pythongh-105096: Reformat wave documentation (python#105136)

Add ".. class::" markups in the wave documentation.

* Reformat also wave.py (minor PEP 8 changes).
* Remove redundant "import struct": it's already imported at top
  level.
* Remove wave.rst from .nitignore

(cherry picked from commit 85e5d03)
(cherry picked from commit 01b42f9)
vstinner added a commit that referenced this pull request May 31, 2023
…05155)

[3.12] gh-105096: Reformat wave documentation (#105136) (#105138)

gh-105096: Reformat wave documentation (#105136)

Add ".. class::" markups in the wave documentation.

* Reformat also wave.py (minor PEP 8 changes).
* Remove redundant "import struct": it's already imported at top
  level.
* Remove wave.rst from .nitignore

(cherry picked from commit 85e5d03)
(cherry picked from commit 01b42f9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants