Skip to content

Commit

Permalink
Remove heapq3 port from Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Jul 25, 2020
1 parent 8e36a8f commit d15a556
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 1,231 deletions.
1 change: 0 additions & 1 deletion LICENSE
Expand Up @@ -222,7 +222,6 @@ external/spark-ganglia-lgpl/src/main/java/com/codahale/metrics/ganglia/GangliaRe
Python Software Foundation License
----------------------------------

pyspark/heapq3.py
python/docs/_static/copybutton.js

BSD 3-Clause
Expand Down
6 changes: 0 additions & 6 deletions LICENSE-binary
Expand Up @@ -557,12 +557,6 @@ jakarta.ws.rs:jakarta.ws.rs-api https://github.com/eclipse-ee4j/jaxrs-api
org.glassfish.hk2.external:jakarta.inject


Python Software Foundation License
----------------------------------

pyspark/heapq3.py


Public Domain
-------------

Expand Down
1 change: 0 additions & 1 deletion dev/.rat-excludes
Expand Up @@ -49,7 +49,6 @@ jsonFormatter.min.js
.*log
pyspark-coverage-site/*
cloudpickle/*
heapq3.py
join.py
SparkExprTyper.scala
SparkILoop.scala
Expand Down
2 changes: 1 addition & 1 deletion dev/tox.ini
Expand Up @@ -16,4 +16,4 @@
[pycodestyle]
ignore=E226,E241,E305,E402,E722,E731,E741,W503,W504
max-line-length=100
exclude=python/pyspark/cloudpickle/*.py,heapq3.py,shared.py,python/docs/conf.py,work/*/*.py,python/.eggs/*,dist/*,.git/*
exclude=python/pyspark/cloudpickle/*.py,shared.py,python/docs/conf.py,work/*/*.py,python/.eggs/*,dist/*,.git/*
280 changes: 0 additions & 280 deletions licenses-binary/LICENSE-heapq.txt

This file was deleted.

49 changes: 0 additions & 49 deletions licenses/LICENSE-heapq.txt

This file was deleted.

2 changes: 1 addition & 1 deletion python/pylintrc
Expand Up @@ -29,7 +29,7 @@ profile=no

# Add files or directories to the ignoreList. They should be base names, not
# paths.
ignore=pyspark.heapq3
#ignore=

# Pickle collected data for later comparisons.
persistent=yes
Expand Down

0 comments on commit d15a556

Please sign in to comment.