diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-27 20:11:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-27 20:11:45 +0900 |
| commit | 0bdc83690cdd11a7044c8106e8fd84bf2df46d95 (patch) | |
| tree | 2b95fd2470c8e92f053239a4ed0587f056c741ca /docs/whatsnew-1.3.rst | |
| parent | ee6f85bcf8821c6cfe320844a176dc0f4be08a74 (diff) | |
| parent | 4c914ede7e790395a193003265eec87ea317acb4 (diff) | |
| download | pyramid-0bdc83690cdd11a7044c8106e8fd84bf2df46d95.tar.gz pyramid-0bdc83690cdd11a7044c8106e8fd84bf2df46d95.tar.bz2 pyramid-0bdc83690cdd11a7044c8106e8fd84bf2df46d95.zip | |
Merge pull request #3437 from stevepiercy/docs-linkcheck
Docs linkcheck
Diffstat (limited to 'docs/whatsnew-1.3.rst')
| -rw-r--r-- | docs/whatsnew-1.3.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index a09dc68a2..f0a13f50d 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -269,15 +269,15 @@ Minor Feature Additions - Responses generated by Pyramid's :class:`pyramid.static.static_view` now use a ``wsgi.file_wrapper`` (see - http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling) + https://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling) when one is provided by the web server. - The :meth:`pyramid.config.Configurator.scan` method can be passed an ``ignore`` argument, which can be a string, a callable, or a list consisting of strings and/or callables. This feature allows submodules, subpackages, and global objects from being scanned. See - http://readthedocs.org/docs/venusian/en/latest/#ignore-scan-argument for - more information about how to use the ``ignore`` argument to ``scan``. + https://docs.pylonsproject.org/projects/venusian/en/latest/#ignore-scan-argument + for more information about how to use the ``ignore`` argument to ``scan``. - Add :meth:`pyramid.config.Configurator.add_traverser` API method. See :ref:`changing_the_traverser` for more information. This is not a new @@ -494,7 +494,7 @@ Known Issues ``setup.py develop`` command again, and it will complete successfully. This is due to a minor bug in SQLAlchemy 0.7.5 under Python 3, and has been fixed in a later SQLAlchemy release. Keep an eye on - http://www.sqlalchemy.org/trac/ticket/2421 + https://github.com/sqlalchemy/sqlalchemy/issues/2421 Documentation Enhancements -------------------------- |
