-
Notifications
You must be signed in to change notification settings - Fork 191
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
How to hide warnings? #225
Comments
Or when you run Python: Many libraries make use of this module, so if you're shipping a user-facing terminal app it's useful to disable them unless you're debugging. |
Hi ! This issue has been resolved on the original scapy fork, which now supports Python 3 ! Have a good day |
The original does not yet support Python 3 in the full release, only the release candidates AFAIK. |
Dear @gpotter2 could you provide a patch or point to specific commit? For the people valuing code tested in production for 2+ years over release candidate. |
@gpotter2 Please don't post the same copy-paste comment in every issue on this repo. If the information is relevant to all, open a separate issue. The rc branch isn't done magical cure-all for every bug in this fork, unless I'm mistaken. And apologies on posting comments unrelated to the issue. Didn't know where else I should address the comment spam that filled my motivations this evening. |
WARNING: can't import layer can: No module named 'fcntl'
WARNING: Unless called manually, this could indicate deprecated use. Should be changed to bytes(self)
WARNING: more Unless called manually, this could indicate deprecated use. Should be changed to bytes(self)
How to hide and suppress such warnings?
The text was updated successfully, but these errors were encountered: