Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bpo-29521 Fix two minor documentation build warnings (#41)#83

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Mariatta merged 1 commit intopython:3.6fromMariatta:bpo-29521-3.6
Feb 14, 2017

Conversation

Mariatta
Copy link
Member

Much ofbpo-29521 was fixed in parallel with commit
e7ffb99 . This cleans up the rest.

Apply parallel change to Doc/make.bat to read
"set SPHINXOPTS=-D latex_elements.papersize="
I don't have a Windows system on which to observe the warning,
but it should be necessary.

The warning:

.../workspace/cpython_github/Doc/faq/windows.rst:303:
WARNING: unknown option: -t

In the Windows FAQ,How do I keep editors from inserting tabs into my Python source?, contained a reference to a Python -t
option. In Python 2.x, this caused Python to issue warnings
about lines with mixed spaces and tabs, but as of Python 3.6
it does nothing.

Per discussion athttp://bugs.python.org/issue29387, take
their wording. Python [3] raises an IndentationError or
TabError. Tabnanny is now a module.

Contributed by Jim DeLaHunt@JDLH

(cherry picked from commit3d707be)

Much of bpo-29521 was fixed in parallel with commite7ffb99 .  This cleans up the rest.Apply parallel change to Doc/make.bat to read"set SPHINXOPTS=-D latex_elements.papersize="I don't have a Windows system on which to observe the warning,but it should be necessary.The warning:.../workspace/cpython_github/Doc/faq/windows.rst:303:    WARNING: unknown option: -tIn the Windows FAQ, `How do I keep editors from inserting tabsinto my Python source?`, contained a reference to a Python -toption. In Python 2.x, this caused Python to issue warningsabout lines with mixed spaces and tabs, but as of Python 3.6it does nothing.Per discussion athttp://bugs.python.org/issue29387, taketheir wording. Python [3] raises an IndentationError orTabError. Tabnanny is now a module.(cherry picked from commit3d707be)
@MariattaMariatta merged commitdb3deb9 intopython:3.6Feb 14, 2017
@MariattaMariatta deleted the bpo-29521-3.6 branchFebruary 14, 2017 16:56
akruis pushed a commit to akruis/cpython that referenced this pull requestSep 9, 2017
…ed onesClarify, that the scheduler callback must not be used to modifythe internal state of stackless.Fix demo/tracing.py:Don't use flextype features. Unfortunately it is no longer possibleto change the __repr__ method of class tasklet.Fix tracing.py, fakechannel.py and fakechannel2.py and updatethe copy of tracing.py in the documentation.Remove Stackless/demo/paelike/PyOpenSteer andStackless/demo/stephan/stacklessness.https://bitbucket.org/stackless-dev/stackless/issue/83(grafted from 410ed1df77dfae9b48519a06a4c232d65caa9745, c5cac8a05d68 andfb182bb2be4c)
jaraco added a commit to jaraco/cpython that referenced this pull requestFeb 17, 2023
jaraco added a commit to jaraco/cpython that referenced this pull requestFeb 17, 2023
jaraco added a commit to jaraco/cpython that referenced this pull requestFeb 17, 2023
Alternate fix for ImportError on Python 3.5.{0-3} with flake8-typing-importsClosespython#83See merge request python-devs/importlib_resources!91
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestOct 10, 2023
update readme(cherry picked from commit75c2b66)
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestOct 10, 2023
update readme(cherry picked from commit75c2b66)
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestOct 10, 2023
update readme(cherry picked from commit75c2b66)
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestOct 10, 2023
update readme(cherry picked from commit75c2b66)
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestOct 10, 2023
update readme(cherry picked from commit75c2b66)
@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

Sorry,@Mariatta, I could not cleanly backport this to3.12 due to a conflict.
Please backport usingcherry_picker on command line.

cherry_picker 75c2b66dc896939ce559fbf07c250cbfc661fbe6 3.12

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@berkerpeksagberkerpeksagberkerpeksag approved these changes

Assignees

@MariattaMariatta

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@Mariatta@miss-islington@berkerpeksag@JDLH

[8]ページ先頭

©2009-2025 Movatter.jp