Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: accepted for 1.1 https://github.com/pandas-dev/pandas/pull/31147
Gbp-Pq: Name fix_shebangs.patch
12 files changed:
-#!/usr/bin/env python
+#!/usr/bin/env python3
import os
import xml.etree.ElementTree as et
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Python script for building documentation.
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- encoding:utf-8 -*-
"""
Script to generate contributor and pull request lists
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Top level ``eval`` module.
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
self-contained to write legacy storage pickle files
-#!/usr/bin/env python
+#!/usr/bin/env python3
# coding: utf-8
import os
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""Fetch wheels from wheels.scipy.org for a pandas version."""
import argparse
import pathlib
-#!/usr/bin/env python
+#!/usr/bin/env python3
# copyright 2013, y-p @ github
"""
Search the git history for all commits touching a named method
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Convert the conda environment.yml to the pip requirements-dev.txt,
or check that they have the same packages (for the CI)
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Analyze docstrings to detect errors.
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
GH #30454
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Parts of this file were taken from the pyzmq project