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

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

Conversation

JDLH
Copy link
Contributor

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.

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 tabs into 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 or TabError. Tabnanny is now a module.
@codecov
Copy link

codecovbot commentedFeb 12, 2017

Codecov Report

Merging#41 intomaster willdecrease coverage by-0.01%.
The diff coverage isn/a.

@@            Coverage Diff             @@##           master      #41      +/-   ##==========================================- Coverage   82.37%   82.37%   -0.01%==========================================  Files        1427     1427                Lines      350948   350948              ==========================================- Hits       289089   289083       -6- Misses      61859    61865       +6

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last update2294f3a...2e516dc. Read thecomment docs.

Copy link
Member

@briancurtinbriancurtin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Looks good, thanks for submitting!

@briancurtinbriancurtin merged commit3d707be intopython:masterFeb 13, 2017
Mariatta referenced this pull request in Mariatta/cpythonFeb 14, 2017
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)
Mariatta referenced this pull request in Mariatta/cpythonFeb 14, 2017
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)
Mariatta added a commit that referenced this pull requestFeb 14, 2017
Much ofbpo-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)
Mariatta added a commit that referenced this pull requestFeb 14, 2017
Much ofbpo-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 mentioned this pull requestFeb 15, 2017
Mariatta referenced this pull request in Mariatta/cpythonMar 15, 2017
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)
Mariatta added a commit that referenced this pull requestApr 10, 2017
jaraco pushed a commit to jaraco/cpython that referenced this pull requestFeb 17, 2023
Split open() and read() into separate binary and text versionsClosespython#41 andpython#42See merge request python-devs/importlib_resources!45
oraluben pushed a commit to oraluben/cpython that referenced this pull requestJun 25, 2023
* docs: make README more approachable* Add mermaid diagram, add evaluationCo-Authored-By: Jules <57632293+JuliaPoo@users.noreply.github.com>---------Co-authored-by: Jules <57632293+JuliaPoo@users.noreply.github.com>
tonybaloney added a commit to tonybaloney/cpython that referenced this pull requestMay 21, 2024
DinoV pushed a commit to DinoV/cpython that referenced this pull requestMay 22, 2024
DinoV pushed a commit to DinoV/cpython that referenced this pull requestMay 25, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@briancurtinbriancurtinbriancurtin approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@JDLH@briancurtin@berkerpeksag@Mariatta@the-knights-who-say-ni

[8]ページ先頭

©2009-2025 Movatter.jp