mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-21 21:49:57 +00:00
[PR #925] [MERGED] [IMPROVEMENT] Code made compatible with Python 3 #1756
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/925
Author: @thealphadollar
Created: 2/8/2018
Status: ✅ Merged
Merged: 2/9/2018
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (1)
4480ab9Upgrade code to be compatible with Python 3📊 Changes
7 files changed (+24 additions, -12 deletions)
View changed files
📝
.gitignore(+1 -0)📝
api/api_support.py(+1 -0)📝
api/api_testing.py(+2 -1)📝
api/ccx_to_python_g608.py(+3 -1)📝
api/python_srt_generator.py(+8 -5)📝
api/recursive_tester.py(+5 -4)📝
tools/histogram.py(+4 -1)📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Using the futurize library, the present python scripts of CCExtractor has been made compatible for Python 3 and Python 2 both. The minor changes introduced have been manually looked into for errors since I couldn't find a way to test them.
Also, the SWIG wrapping scripts have been checked to wrap for Python 3 with backward compatibility to python 2.
Implements #912
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.