Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
python-base.11982
python-fix-shebang.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-fix-shebang.patch of Package python-base.11982
From 448c6739877a4143a2c3599f041fa6127f354044 Mon Sep 17 00:00:00 2001 From: Victor Stinner <victor.stinner@gmail.com> Date: Thu, 23 Nov 2017 17:04:34 +0100 Subject: [PATCH] bpo-29512: Fix Lib/test/bisect.py shebang (#4522) Replace python3 with python2. --- Lib/test/bisect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/bisect.py b/Lib/test/bisect.py index 6fc561890262..1bf32ef06dd9 100755 --- a/Lib/test/bisect.py +++ b/Lib/test/bisect.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python2 """ Command line tool to bisect failing CPython tests.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor