| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -4,7 +4,7 @@ | |
| .. module:: importlib.resources | ||
| :synopsis: Package resource reading, opening, and access | ||
|
|
||
| **Source code:** :source:`Lib/importlib/resources.py` | ||
| **Source code:** :source:`Lib/importlib/resources/__init__.py` | ||
|
Comment thread
Copy link
Copy Markdown
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityNote to myself: leave it out while backporting.
Sorry, something went wrong.
All reactions
|
||
|
|
||
| -------------- | ||
|
|
||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -17,7 +17,7 @@ re-used. | |
| .. deprecated:: 3.6 | ||
| ``pyvenv`` was the recommended tool for creating virtual environments for | ||
| Python 3.3 and 3.4, and is `deprecated in Python 3.6 | ||
| <https://docs.python.org/dev/whatsnew/3.6.html#deprecated-features>`_. | ||
| <https://docs.python.org/dev/whatsnew/3.6.html#id8>`_. | ||
|
Comment thread
Copy link
Copy Markdown
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityThe link now points to an exact changelog line instead of the whole section.
Sorry, something went wrong.
All reactions
|
||
|
|
||
| .. versionchanged:: 3.5 | ||
| The use of ``venv`` is now recommended for creating virtual environments. | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| Expand Up | @@ -1647,7 +1647,7 @@ for secure (encrypted, authenticated) internet connections: | |||||
| * The :func:`ssl.wrap_socket` constructor function now takes a *ciphers* | ||||||
| argument. The *ciphers* string lists the allowed encryption algorithms using | ||||||
| the format described in the `OpenSSL documentation | ||||||
| <https://www.openssl.org/docs/manmaster/man1/ciphers.html#CIPHER-LIST-FORMAT>`__. | ||||||
| <https://www.openssl.org/docs/man1.0.2/man1/ciphers.html#CIPHER-LIST-FORMAT>`__. | ||||||
|
|
||||||
| * When linked against recent versions of OpenSSL, the :mod:`ssl` module now | ||||||
| supports the Server Name Indication extension to the TLS protocol, allowing | ||||||
| Expand Down Expand Up | @@ -2593,10 +2593,12 @@ Changes to Python's build process and to the C API include: | |||||
| longer used and it had never been documented (:issue:`8837`). | ||||||
|
|
||||||
| There were a number of other small changes to the C-API. See the | ||||||
| :source:`Misc/NEWS` file for a complete list. | ||||||
| Misc/NEWS <https://github.com/python/cpython/blob/v3.2.6/Misc/NEWS>`_ | ||||||
|
Comment thread
Copy link
Copy Markdown
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Suggested change
For some reason, gh-94078 backport is the only one that caught this typo.
Sorry, something went wrong.
All reactions
Copy link
Copy Markdown
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityPossibly because it was using the old docs checker script as opposed to Sphinx-Lint. Could you verify whether the latest Sphinx-Lint 0.6.6 catches this case, and if not, could you report it upstream? Thanks!
Sorry, something went wrong.
All reactions
Copy link
Copy Markdown
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityAlso, it really isn't great that we're regressing from using a dedicated role to hardcoded links...but hopefully the new suite of roles we're developing for this will replace this.
Sorry, something went wrong.
All reactions
Copy link
Copy Markdown
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
I ran sphinx-lint 0.6.7 and it caught the typo successfully: C:\Users\oleg\Documents\dev\notmine\cpython>sphinx-lint Doc/whatsnew/3.2.rst Doc/whatsnew/3.2.rst:54: missing backtick before hyperlink reference: 'Misc/NEWS <https://github.com/python/cpython/blob/v3.2.6/Misc/NEWS>`_'. (hyperlink-reference-missing-backtick) So I hope that adoption of sphinx-lint will eliminate such sporadic discoveries.
Sorry, something went wrong.
All reactions
|
||||||
| file for a complete list. | ||||||
|
|
||||||
| Also, there were a number of updates to the Mac OS X build, see | ||||||
| :source:`Mac/BuildScript/README.txt` for details. For users running a 32/64-bit | ||||||
| `Mac/BuildScript/README.txt <https://github.com/python/cpython/blob/v3.2.6/Mac/BuildScript/README.txt>`_ | ||||||
| for details. For users running a 32/64-bit | ||||||
| build, there is a known problem with the default Tcl/Tk on Mac OS X 10.6. | ||||||
| Accordingly, we recommend installing an updated alternative such as | ||||||
| `ActiveState Tcl/Tk 8.5.9 <https://www.activestate.com/activetcl/downloads>`_\. | ||||||
| Expand Down | ||||||
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.