Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no need in having pyc files present in the repository #71

Open
iddm opened this issue Jun 12, 2018 · 0 comments
Open

There is no need in having pyc files present in the repository #71

iddm opened this issue Jun 12, 2018 · 0 comments

Comments

@iddm
Copy link

iddm commented Jun 12, 2018

These files are meant to be created and used by the user interpreter on user machine. It is quite big chance that these files will be deleted by python interpreter itself because of incompatibility (different python interpreters may produce different byte code). If you look at python repositories, you will never see pyc files commited.

As of termcolor.pyc, I suggest to provide with source code instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant