Staging
v0.5.1
Revision b05fbe9f374bc660af3c589a1146b2026606d442 authored by Miss Islington (bot) on 26 March 2020, 16:18:52 UTC, committed by GitHub on 26 March 2020, 16:18:52 UTC

This pull request fixes the newline conversion bug originally reported in bpo-1812. When that issue was originally submitted, the open builtin did not default to universal newline mode; now it does, which makes the issue fix simpler, since the only code path that needs to be changed is the one in doctest._load_testfile where the file is loaded from a package whose loader has a get_data method.
(cherry picked from commit e0b8101492f6c61dee831425b4d3dae39a953599)

Co-authored-by: Peter Donis <peterdonis@alum.mit.edu>
1 parent 96686c7
Raw File
SECURITY.md
# Security Policy

## Supported Versions

The Python team applies security fixes according to the table
in [the devguide](
https://devguide.python.org/#status-of-python-branches
).

## Reporting a Vulnerability

Please read the guidelines on reporting security issues [on the
official website](
https://www.python.org/news/security/#reporting-security-issues-in-python
) for instructions on how to report a security-related problem to
the Python team responsibly.

To reach the response team, email `security at python dot org`. 
back to top