diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-12-31 23:31:17 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-12-31 23:31:17 -0800 |
| commit | c52a261e56fd10ccc979a687dc2249d1b06f1a9d (patch) | |
| tree | 620a74035e6dfa1edd9fabc827b82f2b83ca3693 /docs/whatsnew-1.3.rst | |
| parent | f3d6b2206f523697a028d07dc0aca9381b595e40 (diff) | |
| parent | b488f6671800f99299a239fa07e06f221c127b3e (diff) | |
| download | pyramid-c52a261e56fd10ccc979a687dc2249d1b06f1a9d.tar.gz pyramid-c52a261e56fd10ccc979a687dc2249d1b06f1a9d.tar.bz2 pyramid-c52a261e56fd10ccc979a687dc2249d1b06f1a9d.zip | |
Merge remote-tracking branch 'upstream/master'
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 -------------------------- |
