Prevent Sphinx error on whatsnew/changelog

This commit is contained in:
Zachary Ware 2014-04-23 10:04:20 -05:00
parent d65ba51e24
commit 8894ef1783
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Library
at the same time without losing the Popen.returncode value. at the same time without losing the Popen.returncode value.
- Issue #21127: Path objects can now be instantiated from str subclass - Issue #21127: Path objects can now be instantiated from str subclass
instances (such as numpy.str_). instances (such as ``numpy.str_``).
- Issue #15002: urllib.response object to use _TemporaryFileWrapper (and - Issue #15002: urllib.response object to use _TemporaryFileWrapper (and
_TemporaryFileCloser) facility. Provides a better way to handle file _TemporaryFileCloser) facility. Provides a better way to handle file